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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=10",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 11,
    "results": [
        {
            "start": 815751076,
            "stop": 815752009
        },
        {
            "start": 815752012,
            "stop": 815752675
        },
        {
            "start": 815752677,
            "stop": 815762619
        },
        {
            "start": 815762621,
            "stop": 815766659
        },
        {
            "start": 815776688,
            "stop": 815782499
        },
        {
            "start": 815782502,
            "stop": 815785267
        },
        {
            "start": 815785269,
            "stop": 815785321
        },
        {
            "start": 815785334,
            "stop": 815785340
        },
        {
            "start": 815785348,
            "stop": 815785359
        },
        {
            "start": 815785363,
            "stop": 815787139
        },
        {
            "start": 815787141,
            "stop": 815788387
        },
        {
            "start": 815788390,
            "stop": 815788396
        },
        {
            "start": 815788400,
            "stop": 815788406
        },
        {
            "start": 815788415,
            "stop": 815788440
        },
        {
            "start": 815788448,
            "stop": 815788454
        },
        {
            "start": 815788516,
            "stop": 815788517
        },
        {
            "start": 815788521,
            "stop": 815788527
        },
        {
            "start": 815788531,
            "stop": 815788560
        },
        {
            "start": 815788564,
            "stop": 815788589
        },
        {
            "start": 815788593,
            "stop": 815788743
        }
    ]
}