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_CAT3/segments?format=api&page=368
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=369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=367",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 368,
    "results": [
        {
            "start": 932067092,
            "stop": 932067093
        },
        {
            "start": 932067094,
            "stop": 932067101
        },
        {
            "start": 932067107,
            "stop": 932067108
        },
        {
            "start": 932067109,
            "stop": 932067112
        },
        {
            "start": 932067113,
            "stop": 932067118
        },
        {
            "start": 932067119,
            "stop": 932067124
        },
        {
            "start": 932067134,
            "stop": 932067143
        },
        {
            "start": 932067144,
            "stop": 932067150
        },
        {
            "start": 932067160,
            "stop": 932067165
        },
        {
            "start": 932067174,
            "stop": 932067175
        },
        {
            "start": 932067197,
            "stop": 932067204
        },
        {
            "start": 932067206,
            "stop": 932067212
        },
        {
            "start": 932067252,
            "stop": 932067256
        },
        {
            "start": 932067266,
            "stop": 932067273
        },
        {
            "start": 932067276,
            "stop": 932067281
        },
        {
            "start": 932067316,
            "stop": 932067320
        },
        {
            "start": 932067331,
            "stop": 932067340
        },
        {
            "start": 932067346,
            "stop": 932067347
        },
        {
            "start": 932067359,
            "stop": 932067360
        },
        {
            "start": 932067371,
            "stop": 932067376
        }
    ]
}