Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=81
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=80",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 81,
    "results": [
        {
            "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": 816916183
        },
        {
            "start": 816916364,
            "stop": 816916366
        },
        {
            "start": 816916369,
            "stop": 816916580
        },
        {
            "start": 816916583,
            "stop": 816917884
        },
        {
            "start": 816917887,
            "stop": 816919375
        },
        {
            "start": 816919379,
            "stop": 816919538
        },
        {
            "start": 816919542,
            "stop": 816921099
        },
        {
            "start": 816921103,
            "stop": 816922023
        },
        {
            "start": 816922027,
            "stop": 816922091
        }
    ]
}