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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=89",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 90,
    "results": [
        {
            "start": 816903055,
            "stop": 816906023
        },
        {
            "start": 816906026,
            "stop": 816906898
        },
        {
            "start": 816906901,
            "stop": 816907192
        },
        {
            "start": 816907195,
            "stop": 816908012
        },
        {
            "start": 816908015,
            "stop": 816908106
        },
        {
            "start": 816908110,
            "stop": 816908685
        },
        {
            "start": 816909244,
            "stop": 816909448
        },
        {
            "start": 816909451,
            "stop": 816909840
        },
        {
            "start": 816909844,
            "stop": 816909848
        },
        {
            "start": 816909851,
            "stop": 816911461
        },
        {
            "start": 816911464,
            "stop": 816913263
        },
        {
            "start": 816913265,
            "stop": 816913370
        },
        {
            "start": 816913373,
            "stop": 816913780
        },
        {
            "start": 816914327,
            "stop": 816914520
        },
        {
            "start": 816914523,
            "stop": 816915099
        },
        {
            "start": 816915102,
            "stop": 816916019
        },
        {
            "start": 816916021,
            "stop": 816916150
        },
        {
            "start": 816916153,
            "stop": 816916366
        },
        {
            "start": 816916369,
            "stop": 816916580
        },
        {
            "start": 816916583,
            "stop": 816917884
        }
    ]
}