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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=6",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 7,
    "results": [
        {
            "start": 931135443,
            "stop": 931135445
        },
        {
            "start": 931135451,
            "stop": 931135454
        },
        {
            "start": 931135463,
            "stop": 931135471
        },
        {
            "start": 931135476,
            "stop": 931135477
        },
        {
            "start": 931135490,
            "stop": 931135519
        },
        {
            "start": 931135525,
            "stop": 931135571
        },
        {
            "start": 931135577,
            "stop": 931135583
        },
        {
            "start": 931135589,
            "stop": 931135592
        },
        {
            "start": 931135598,
            "stop": 931135654
        },
        {
            "start": 931135660,
            "stop": 931135665
        },
        {
            "start": 931135678,
            "stop": 931135679
        },
        {
            "start": 931135687,
            "stop": 931135690
        },
        {
            "start": 931135697,
            "stop": 931135751
        },
        {
            "start": 931135756,
            "stop": 931135783
        },
        {
            "start": 931135789,
            "stop": 931135797
        },
        {
            "start": 931135802,
            "stop": 931135918
        },
        {
            "start": 931135947,
            "stop": 931135948
        },
        {
            "start": 931135954,
            "stop": 931135961
        },
        {
            "start": 931135991,
            "stop": 931136006
        },
        {
            "start": 931136011,
            "stop": 931136015
        }
    ]
}