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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=304",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 305,
    "results": [
        {
            "start": 931544660,
            "stop": 931544669
        },
        {
            "start": 931544674,
            "stop": 931544675
        },
        {
            "start": 931544679,
            "stop": 931544680
        },
        {
            "start": 931544683,
            "stop": 931544700
        },
        {
            "start": 931544701,
            "stop": 931544727
        },
        {
            "start": 931544729,
            "stop": 931544730
        },
        {
            "start": 931544731,
            "stop": 931544732
        },
        {
            "start": 931544734,
            "stop": 931544737
        },
        {
            "start": 931544738,
            "stop": 931544746
        },
        {
            "start": 931544749,
            "stop": 931544756
        },
        {
            "start": 931544758,
            "stop": 931544763
        },
        {
            "start": 931544765,
            "stop": 931544788
        },
        {
            "start": 931544789,
            "stop": 931544795
        },
        {
            "start": 931564298,
            "stop": 931564307
        },
        {
            "start": 931564310,
            "stop": 931564315
        },
        {
            "start": 931564318,
            "stop": 931564319
        },
        {
            "start": 931564321,
            "stop": 931564324
        },
        {
            "start": 931564327,
            "stop": 931564333
        },
        {
            "start": 931564336,
            "stop": 931564341
        },
        {
            "start": 931564344,
            "stop": 931564349
        }
    ]
}