Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1780
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1781",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1779",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1780,
    "results": [
        {
            "start": 959366342,
            "stop": 959366356
        },
        {
            "start": 959366359,
            "stop": 959366366
        },
        {
            "start": 959366368,
            "stop": 959366382
        },
        {
            "start": 959367016,
            "stop": 959372902
        },
        {
            "start": 959372903,
            "stop": 959376096
        },
        {
            "start": 959391010,
            "stop": 959391510
        },
        {
            "start": 959392729,
            "stop": 959393263
        },
        {
            "start": 959393458,
            "stop": 959397155
        },
        {
            "start": 959397341,
            "stop": 959398083
        },
        {
            "start": 959398086,
            "stop": 959398262
        },
        {
            "start": 959408894,
            "stop": 959410099
        },
        {
            "start": 959410101,
            "stop": 959417101
        },
        {
            "start": 959417912,
            "stop": 959423785
        },
        {
            "start": 959423787,
            "stop": 959425009
        },
        {
            "start": 959425011,
            "stop": 959425175
        },
        {
            "start": 959425178,
            "stop": 959425293
        },
        {
            "start": 959425295,
            "stop": 959425412
        },
        {
            "start": 959425413,
            "stop": 959425421
        },
        {
            "start": 959425425,
            "stop": 959425576
        },
        {
            "start": 959425579,
            "stop": 959425581
        }
    ]
}