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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1850",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1851,
    "results": [
        {
            "start": 843890295,
            "stop": 843890299
        },
        {
            "start": 843890301,
            "stop": 843890310
        },
        {
            "start": 843890312,
            "stop": 843890314
        },
        {
            "start": 843890317,
            "stop": 843890321
        },
        {
            "start": 843890326,
            "stop": 843890341
        },
        {
            "start": 843890343,
            "stop": 843890345
        },
        {
            "start": 843890347,
            "stop": 843890348
        },
        {
            "start": 843890350,
            "stop": 843890351
        },
        {
            "start": 843890353,
            "stop": 843890365
        },
        {
            "start": 843890367,
            "stop": 843890372
        },
        {
            "start": 843890374,
            "stop": 843890377
        },
        {
            "start": 843890379,
            "stop": 843890393
        },
        {
            "start": 843890395,
            "stop": 843890403
        },
        {
            "start": 843890405,
            "stop": 843890410
        },
        {
            "start": 843890412,
            "stop": 843890414
        },
        {
            "start": 843890417,
            "stop": 843890426
        },
        {
            "start": 843890427,
            "stop": 843890442
        },
        {
            "start": 843890444,
            "stop": 843890456
        },
        {
            "start": 843890458,
            "stop": 843890465
        },
        {
            "start": 843890467,
            "stop": 843890468
        }
    ]
}