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=877
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=878",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=876",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 877,
    "results": [
        {
            "start": 1251091677,
            "stop": 1251091678
        },
        {
            "start": 1251091683,
            "stop": 1251091738
        },
        {
            "start": 1251091742,
            "stop": 1251091743
        },
        {
            "start": 1251091748,
            "stop": 1251091757
        },
        {
            "start": 1251091761,
            "stop": 1251091762
        },
        {
            "start": 1251091765,
            "stop": 1251091772
        },
        {
            "start": 1251091779,
            "stop": 1251091784
        },
        {
            "start": 1251091788,
            "stop": 1251092121
        },
        {
            "start": 1251092125,
            "stop": 1251092151
        },
        {
            "start": 1251092156,
            "stop": 1251092171
        },
        {
            "start": 1251092174,
            "stop": 1251092468
        },
        {
            "start": 1251092472,
            "stop": 1251092480
        },
        {
            "start": 1251092487,
            "stop": 1251092503
        },
        {
            "start": 1251092507,
            "stop": 1251092532
        },
        {
            "start": 1251092535,
            "stop": 1251092543
        },
        {
            "start": 1251092547,
            "stop": 1251092650
        },
        {
            "start": 1251092653,
            "stop": 1251092657
        },
        {
            "start": 1251092662,
            "stop": 1251092664
        },
        {
            "start": 1251092667,
            "stop": 1251092668
        },
        {
            "start": 1251092672,
            "stop": 1251092692
        }
    ]
}