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=738
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=739",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=737",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 738,
    "results": [
        {
            "start": 1249024586,
            "stop": 1249024755
        },
        {
            "start": 1249024756,
            "stop": 1249024762
        },
        {
            "start": 1249024770,
            "stop": 1249024778
        },
        {
            "start": 1249024779,
            "stop": 1249024781
        },
        {
            "start": 1249024782,
            "stop": 1249024787
        },
        {
            "start": 1249024794,
            "stop": 1249024796
        },
        {
            "start": 1249024798,
            "stop": 1249024799
        },
        {
            "start": 1249024804,
            "stop": 1249024813
        },
        {
            "start": 1249024815,
            "stop": 1249024816
        },
        {
            "start": 1249024819,
            "stop": 1249028551
        },
        {
            "start": 1249028554,
            "stop": 1249031096
        },
        {
            "start": 1249031099,
            "stop": 1249032257
        },
        {
            "start": 1249032261,
            "stop": 1249032567
        },
        {
            "start": 1249032570,
            "stop": 1249032775
        },
        {
            "start": 1249032779,
            "stop": 1249033498
        },
        {
            "start": 1249033505,
            "stop": 1249034945
        },
        {
            "start": 1249034950,
            "stop": 1249036722
        },
        {
            "start": 1249036723,
            "stop": 1249037450
        },
        {
            "start": 1249037451,
            "stop": 1249037573
        },
        {
            "start": 1249037574,
            "stop": 1249037654
        }
    ]
}