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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14444",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14442",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14443,
    "results": [
        {
            "start": 971556551,
            "stop": 971556644
        },
        {
            "start": 971556646,
            "stop": 971556659
        },
        {
            "start": 971556660,
            "stop": 971556739
        },
        {
            "start": 971556742,
            "stop": 971556779
        },
        {
            "start": 971556782,
            "stop": 971556783
        },
        {
            "start": 971556787,
            "stop": 971556817
        },
        {
            "start": 971556819,
            "stop": 971556823
        },
        {
            "start": 971556825,
            "stop": 971556827
        },
        {
            "start": 971556828,
            "stop": 971556829
        },
        {
            "start": 971556832,
            "stop": 971556834
        },
        {
            "start": 971556835,
            "stop": 971556877
        },
        {
            "start": 971556880,
            "stop": 971556904
        },
        {
            "start": 971556905,
            "stop": 971556990
        },
        {
            "start": 971556994,
            "stop": 971557150
        },
        {
            "start": 971557151,
            "stop": 971557161
        },
        {
            "start": 971557162,
            "stop": 971557189
        },
        {
            "start": 971557190,
            "stop": 971557310
        },
        {
            "start": 971557312,
            "stop": 971557315
        },
        {
            "start": 971557317,
            "stop": 971557319
        },
        {
            "start": 971557320,
            "stop": 971557325
        }
    ]
}