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=952
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=953",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=951",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 952,
    "results": [
        {
            "start": 1251660574,
            "stop": 1251660647
        },
        {
            "start": 1251660652,
            "stop": 1251660732
        },
        {
            "start": 1251660737,
            "stop": 1251660829
        },
        {
            "start": 1251660832,
            "stop": 1251660839
        },
        {
            "start": 1251660844,
            "stop": 1251660873
        },
        {
            "start": 1251660876,
            "stop": 1251661046
        },
        {
            "start": 1251661051,
            "stop": 1251661131
        },
        {
            "start": 1251661136,
            "stop": 1251661139
        },
        {
            "start": 1251661145,
            "stop": 1251661182
        },
        {
            "start": 1251661185,
            "stop": 1251661195
        },
        {
            "start": 1251661200,
            "stop": 1251661229
        },
        {
            "start": 1251661234,
            "stop": 1251661295
        },
        {
            "start": 1251661300,
            "stop": 1251661490
        },
        {
            "start": 1251661495,
            "stop": 1251661728
        },
        {
            "start": 1251661733,
            "stop": 1251661744
        },
        {
            "start": 1251661749,
            "stop": 1251661976
        },
        {
            "start": 1251661981,
            "stop": 1251662005
        },
        {
            "start": 1251662010,
            "stop": 1251662080
        },
        {
            "start": 1251662085,
            "stop": 1251662119
        },
        {
            "start": 1251662124,
            "stop": 1251662249
        }
    ]
}