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=4835
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=4836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4834",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4835,
    "results": [
        {
            "start": 874703676,
            "stop": 874703697
        },
        {
            "start": 874703717,
            "stop": 874703733
        },
        {
            "start": 874703793,
            "stop": 874703803
        },
        {
            "start": 874703842,
            "stop": 874703848
        },
        {
            "start": 874703887,
            "stop": 874703892
        },
        {
            "start": 874703951,
            "stop": 874703958
        },
        {
            "start": 874703977,
            "stop": 874704002
        },
        {
            "start": 874704050,
            "stop": 874704069
        },
        {
            "start": 874704105,
            "stop": 874704127
        },
        {
            "start": 874704147,
            "stop": 874704194
        },
        {
            "start": 874704218,
            "stop": 874704282
        },
        {
            "start": 874704526,
            "stop": 874704534
        },
        {
            "start": 874704578,
            "stop": 874704649
        },
        {
            "start": 874704689,
            "stop": 874704748
        },
        {
            "start": 874704800,
            "stop": 874704871
        },
        {
            "start": 874704891,
            "stop": 874704925
        },
        {
            "start": 874704944,
            "stop": 874704951
        },
        {
            "start": 874704970,
            "stop": 874704995
        },
        {
            "start": 874705020,
            "stop": 874705022
        },
        {
            "start": 874705055,
            "stop": 874705067
        }
    ]
}