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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=14",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 15,
    "results": [
        {
            "start": 816087596,
            "stop": 816099366
        },
        {
            "start": 816099885,
            "stop": 816103555
        },
        {
            "start": 816103558,
            "stop": 816104387
        },
        {
            "start": 816104389,
            "stop": 816105945
        },
        {
            "start": 816105948,
            "stop": 816108531
        },
        {
            "start": 816141409,
            "stop": 816141648
        },
        {
            "start": 816148895,
            "stop": 816163939
        },
        {
            "start": 816163942,
            "stop": 816174547
        },
        {
            "start": 816174549,
            "stop": 816179849
        },
        {
            "start": 816179852,
            "stop": 816183251
        },
        {
            "start": 816183631,
            "stop": 816185353
        },
        {
            "start": 816186052,
            "stop": 816193795
        },
        {
            "start": 816193822,
            "stop": 816194783
        },
        {
            "start": 816194785,
            "stop": 816195469
        },
        {
            "start": 816197241,
            "stop": 816211250
        },
        {
            "start": 816213673,
            "stop": 816221593
        },
        {
            "start": 816221608,
            "stop": 816221610
        },
        {
            "start": 816221893,
            "stop": 816224233
        },
        {
            "start": 816224264,
            "stop": 816224267
        },
        {
            "start": 816225711,
            "stop": 816246468
        }
    ]
}