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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4593",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4591",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4592,
    "results": [
        {
            "start": 874066026,
            "stop": 874066097
        },
        {
            "start": 874066116,
            "stop": 874066155
        },
        {
            "start": 874066174,
            "stop": 874066279
        },
        {
            "start": 874066298,
            "stop": 874066683
        },
        {
            "start": 874066702,
            "stop": 874067346
        },
        {
            "start": 874067365,
            "stop": 874067395
        },
        {
            "start": 874067414,
            "stop": 874068005
        },
        {
            "start": 874068024,
            "stop": 874069254
        },
        {
            "start": 874069273,
            "stop": 874069602
        },
        {
            "start": 874069621,
            "stop": 874070211
        },
        {
            "start": 874070230,
            "stop": 874071701
        },
        {
            "start": 874071720,
            "stop": 874071982
        },
        {
            "start": 874072006,
            "stop": 874072072
        },
        {
            "start": 874072092,
            "stop": 874072093
        },
        {
            "start": 874072097,
            "stop": 874072231
        },
        {
            "start": 874072251,
            "stop": 874072356
        },
        {
            "start": 874072379,
            "stop": 874072639
        },
        {
            "start": 874072759,
            "stop": 874072867
        },
        {
            "start": 874072886,
            "stop": 874073417
        },
        {
            "start": 874073436,
            "stop": 874073451
        }
    ]
}