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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=915",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=913",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 914,
    "results": [
        {
            "start": 1251449730,
            "stop": 1251450149
        },
        {
            "start": 1251450153,
            "stop": 1251450448
        },
        {
            "start": 1251450451,
            "stop": 1251450636
        },
        {
            "start": 1251450640,
            "stop": 1251450749
        },
        {
            "start": 1251450753,
            "stop": 1251451207
        },
        {
            "start": 1251451211,
            "stop": 1251451447
        },
        {
            "start": 1251451451,
            "stop": 1251451852
        },
        {
            "start": 1251451856,
            "stop": 1251452172
        },
        {
            "start": 1251452175,
            "stop": 1251452246
        },
        {
            "start": 1251452250,
            "stop": 1251452692
        },
        {
            "start": 1251454665,
            "stop": 1251454729
        },
        {
            "start": 1251454732,
            "stop": 1251455202
        },
        {
            "start": 1251455203,
            "stop": 1251455262
        },
        {
            "start": 1251455266,
            "stop": 1251455834
        },
        {
            "start": 1251455837,
            "stop": 1251456830
        },
        {
            "start": 1251456834,
            "stop": 1251457322
        },
        {
            "start": 1251457326,
            "stop": 1251457727
        },
        {
            "start": 1251457731,
            "stop": 1251458013
        },
        {
            "start": 1251458017,
            "stop": 1251458036
        },
        {
            "start": 1251458038,
            "stop": 1251458299
        }
    ]
}