Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4757
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4756",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4757,
    "results": [
        {
            "start": 874554415,
            "stop": 874554472
        },
        {
            "start": 874554508,
            "stop": 874554583
        },
        {
            "start": 874554614,
            "stop": 874554627
        },
        {
            "start": 874554655,
            "stop": 874554660
        },
        {
            "start": 874554731,
            "stop": 874554794
        },
        {
            "start": 874554813,
            "stop": 874554825
        },
        {
            "start": 874554918,
            "stop": 874554925
        },
        {
            "start": 874554958,
            "stop": 874555020
        },
        {
            "start": 874555200,
            "stop": 874555210
        },
        {
            "start": 874555229,
            "stop": 874555244
        },
        {
            "start": 874555680,
            "stop": 874555739
        },
        {
            "start": 874555758,
            "stop": 874555801
        },
        {
            "start": 874555820,
            "stop": 874555854
        },
        {
            "start": 874555904,
            "stop": 874555920
        },
        {
            "start": 874555980,
            "stop": 874556049
        },
        {
            "start": 874556071,
            "stop": 874556072
        },
        {
            "start": 874556111,
            "stop": 874556139
        },
        {
            "start": 874556220,
            "stop": 874556232
        },
        {
            "start": 874556251,
            "stop": 874556264
        },
        {
            "start": 874556532,
            "stop": 874556582
        }
    ]
}