Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=499
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=500",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=498",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 499,
    "results": [
        {
            "start": 822986196,
            "stop": 822994804
        },
        {
            "start": 822995734,
            "stop": 823009423
        },
        {
            "start": 823009429,
            "stop": 823012361
        },
        {
            "start": 823013553,
            "stop": 823029643
        },
        {
            "start": 823030180,
            "stop": 823032435
        },
        {
            "start": 823033274,
            "stop": 823042032
        },
        {
            "start": 823042037,
            "stop": 823078028
        },
        {
            "start": 823079361,
            "stop": 823079720
        },
        {
            "start": 823079725,
            "stop": 823080394
        },
        {
            "start": 823080402,
            "stop": 823080409
        },
        {
            "start": 823080414,
            "stop": 823080437
        },
        {
            "start": 823080444,
            "stop": 823080461
        },
        {
            "start": 823080466,
            "stop": 823083978
        },
        {
            "start": 823083983,
            "stop": 823085293
        },
        {
            "start": 823085298,
            "stop": 823085878
        },
        {
            "start": 823085883,
            "stop": 823086303
        },
        {
            "start": 823086308,
            "stop": 823086310
        },
        {
            "start": 823088686,
            "stop": 823088967
        },
        {
            "start": 823088974,
            "stop": 823089371
        },
        {
            "start": 823089870,
            "stop": 823090142
        }
    ]
}