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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=88",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 89,
    "results": [
        {
            "start": 931317655,
            "stop": 931317658
        },
        {
            "start": 931317662,
            "stop": 931317676
        },
        {
            "start": 931317679,
            "stop": 931317683
        },
        {
            "start": 931317687,
            "stop": 931317688
        },
        {
            "start": 931317691,
            "stop": 931317694
        },
        {
            "start": 931317698,
            "stop": 931317703
        },
        {
            "start": 931317706,
            "stop": 931317708
        },
        {
            "start": 931317718,
            "stop": 931317720
        },
        {
            "start": 931317723,
            "stop": 931317727
        },
        {
            "start": 931317731,
            "stop": 931317737
        },
        {
            "start": 931317739,
            "stop": 931317743
        },
        {
            "start": 931317746,
            "stop": 931317764
        },
        {
            "start": 931317766,
            "stop": 931317773
        },
        {
            "start": 931317778,
            "stop": 931317788
        },
        {
            "start": 931317790,
            "stop": 931317793
        },
        {
            "start": 931317795,
            "stop": 931317802
        },
        {
            "start": 931317804,
            "stop": 931317807
        },
        {
            "start": 931317809,
            "stop": 931317818
        },
        {
            "start": 931317821,
            "stop": 931317826
        },
        {
            "start": 931317831,
            "stop": 931317832
        }
    ]
}