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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=423",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 424,
    "results": [
        {
            "start": 821771479,
            "stop": 821771482
        },
        {
            "start": 821771485,
            "stop": 821771488
        },
        {
            "start": 821771494,
            "stop": 821771495
        },
        {
            "start": 821771501,
            "stop": 821771503
        },
        {
            "start": 821771509,
            "stop": 821771512
        },
        {
            "start": 821771515,
            "stop": 821771516
        },
        {
            "start": 821771519,
            "stop": 821771523
        },
        {
            "start": 821771531,
            "stop": 821771532
        },
        {
            "start": 821771535,
            "stop": 821771541
        },
        {
            "start": 821771544,
            "stop": 821771546
        },
        {
            "start": 821771549,
            "stop": 821771550
        },
        {
            "start": 821771553,
            "stop": 821771558
        },
        {
            "start": 821771563,
            "stop": 821771567
        },
        {
            "start": 821771570,
            "stop": 821771571
        },
        {
            "start": 821771574,
            "stop": 821771580
        },
        {
            "start": 821771584,
            "stop": 821771590
        },
        {
            "start": 821771593,
            "stop": 821771594
        },
        {
            "start": 821771597,
            "stop": 821771607
        },
        {
            "start": 821771611,
            "stop": 821771621
        },
        {
            "start": 821771628,
            "stop": 821771629
        }
    ]
}