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=1900
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=1901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1899",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1900,
    "results": [
        {
            "start": 847371366,
            "stop": 847371378
        },
        {
            "start": 847371379,
            "stop": 847371382
        },
        {
            "start": 847371384,
            "stop": 847371464
        },
        {
            "start": 847371465,
            "stop": 847371493
        },
        {
            "start": 847371494,
            "stop": 847371539
        },
        {
            "start": 847371540,
            "stop": 847371548
        },
        {
            "start": 847371550,
            "stop": 847371608
        },
        {
            "start": 847371609,
            "stop": 847371638
        },
        {
            "start": 847371640,
            "stop": 847371743
        },
        {
            "start": 847371745,
            "stop": 847371746
        },
        {
            "start": 847371748,
            "stop": 847371755
        },
        {
            "start": 847371756,
            "stop": 847371758
        },
        {
            "start": 847371760,
            "stop": 847371855
        },
        {
            "start": 847371857,
            "stop": 847371858
        },
        {
            "start": 847371859,
            "stop": 847371860
        },
        {
            "start": 847371861,
            "stop": 847371862
        },
        {
            "start": 847371864,
            "stop": 847371926
        },
        {
            "start": 847371929,
            "stop": 847371930
        },
        {
            "start": 847371990,
            "stop": 847377909
        },
        {
            "start": 847377911,
            "stop": 847378655
        }
    ]
}