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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=257",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 258,
    "results": [
        {
            "start": 848311692,
            "stop": 848311697
        },
        {
            "start": 848311701,
            "stop": 848311975
        },
        {
            "start": 848311980,
            "stop": 848311985
        },
        {
            "start": 848311995,
            "stop": 848312566
        },
        {
            "start": 848312570,
            "stop": 848312581
        },
        {
            "start": 848312584,
            "stop": 848312590
        },
        {
            "start": 848312609,
            "stop": 848314858
        },
        {
            "start": 848314862,
            "stop": 848317505
        },
        {
            "start": 848317508,
            "stop": 848317545
        },
        {
            "start": 848317555,
            "stop": 848317898
        },
        {
            "start": 848317902,
            "stop": 848319448
        },
        {
            "start": 848319456,
            "stop": 848319521
        },
        {
            "start": 848319554,
            "stop": 848319602
        },
        {
            "start": 848319606,
            "stop": 848319612
        },
        {
            "start": 848319620,
            "stop": 848319655
        },
        {
            "start": 848319659,
            "stop": 848320261
        },
        {
            "start": 848322255,
            "stop": 848322662
        },
        {
            "start": 848322670,
            "stop": 848322676
        },
        {
            "start": 848322680,
            "stop": 848323755
        },
        {
            "start": 848323759,
            "stop": 848323770
        }
    ]
}