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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=295",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 296,
    "results": [
        {
            "start": 858742562,
            "stop": 858742574
        },
        {
            "start": 858742578,
            "stop": 858742655
        },
        {
            "start": 858742659,
            "stop": 858742685
        },
        {
            "start": 858742688,
            "stop": 858742694
        },
        {
            "start": 858742703,
            "stop": 858742739
        },
        {
            "start": 858742743,
            "stop": 858743006
        },
        {
            "start": 858743010,
            "stop": 858743085
        },
        {
            "start": 858743089,
            "stop": 858743094
        },
        {
            "start": 858743103,
            "stop": 858743129
        },
        {
            "start": 858743132,
            "stop": 858743394
        },
        {
            "start": 858743398,
            "stop": 858745010
        },
        {
            "start": 858745019,
            "stop": 858745379
        },
        {
            "start": 858745383,
            "stop": 858745388
        },
        {
            "start": 858745393,
            "stop": 858745403
        },
        {
            "start": 858745412,
            "stop": 858745465
        },
        {
            "start": 858745479,
            "stop": 858745498
        },
        {
            "start": 858745503,
            "stop": 858745548
        },
        {
            "start": 858745561,
            "stop": 858745581
        },
        {
            "start": 858745586,
            "stop": 858748853
        },
        {
            "start": 858748857,
            "stop": 858748863
        }
    ]
}