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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=411",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 412,
    "results": [
        {
            "start": 970490231,
            "stop": 970490437
        },
        {
            "start": 970490443,
            "stop": 970490714
        },
        {
            "start": 970490724,
            "stop": 970490856
        },
        {
            "start": 970490862,
            "stop": 970490998
        },
        {
            "start": 970491005,
            "stop": 970491141
        },
        {
            "start": 970491147,
            "stop": 970491239
        },
        {
            "start": 970491245,
            "stop": 970491345
        },
        {
            "start": 970491352,
            "stop": 970491367
        },
        {
            "start": 970491373,
            "stop": 970491393
        },
        {
            "start": 970491398,
            "stop": 970491440
        },
        {
            "start": 970491446,
            "stop": 970491467
        },
        {
            "start": 970491473,
            "stop": 970491481
        },
        {
            "start": 970491487,
            "stop": 970491501
        },
        {
            "start": 970491506,
            "stop": 970491539
        },
        {
            "start": 970491545,
            "stop": 970491562
        },
        {
            "start": 970491568,
            "stop": 970491582
        },
        {
            "start": 970491587,
            "stop": 970491607
        },
        {
            "start": 970491612,
            "stop": 970491615
        },
        {
            "start": 970491621,
            "stop": 970491659
        },
        {
            "start": 970491666,
            "stop": 970491667
        }
    ]
}