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/L1_CBCHIGH_CAT2/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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=14",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 15,
    "results": [
        {
            "start": 931161586,
            "stop": 931161587
        },
        {
            "start": 931161591,
            "stop": 931161594
        },
        {
            "start": 931161597,
            "stop": 931161599
        },
        {
            "start": 931161602,
            "stop": 931161604
        },
        {
            "start": 931161608,
            "stop": 931161612
        },
        {
            "start": 931161625,
            "stop": 931161627
        },
        {
            "start": 931161634,
            "stop": 931161642
        },
        {
            "start": 931161645,
            "stop": 931161646
        },
        {
            "start": 931161648,
            "stop": 931161657
        },
        {
            "start": 931161663,
            "stop": 931161665
        },
        {
            "start": 931161667,
            "stop": 931161668
        },
        {
            "start": 931161672,
            "stop": 931161683
        },
        {
            "start": 931161690,
            "stop": 931161694
        },
        {
            "start": 931161699,
            "stop": 931161707
        },
        {
            "start": 931161714,
            "stop": 931161717
        },
        {
            "start": 931161720,
            "stop": 931161725
        },
        {
            "start": 931161731,
            "stop": 931161732
        },
        {
            "start": 931161735,
            "stop": 931161743
        },
        {
            "start": 931161746,
            "stop": 931161748
        },
        {
            "start": 931161760,
            "stop": 931161763
        }
    ]
}