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/H1_CBCHIGH_CAT3/segments?format=api&page=286
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=285",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 286,
    "results": [
        {
            "start": 822095392,
            "stop": 822096717
        },
        {
            "start": 822096734,
            "stop": 822096747
        },
        {
            "start": 822096764,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822098905
        },
        {
            "start": 822098922,
            "stop": 822104790
        },
        {
            "start": 822104880,
            "stop": 822116582
        },
        {
            "start": 822116603,
            "stop": 822116910
        },
        {
            "start": 822117000,
            "stop": 822128750
        },
        {
            "start": 822128769,
            "stop": 822135046
        },
        {
            "start": 822135063,
            "stop": 822138446
        },
        {
            "start": 822138463,
            "stop": 822142396
        },
        {
            "start": 822142399,
            "stop": 822143309
        },
        {
            "start": 822143313,
            "stop": 822147126
        },
        {
            "start": 822147130,
            "stop": 822148500
        },
        {
            "start": 822148560,
            "stop": 822152173
        },
        {
            "start": 822152436,
            "stop": 822153253
        },
        {
            "start": 822178414,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179640
        },
        {
            "start": 822179943,
            "stop": 822179953
        },
        {
            "start": 822179970,
            "stop": 822180691
        }
    ]
}