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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=361",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 362,
    "results": [
        {
            "start": 848062680,
            "stop": 848063304
        },
        {
            "start": 848065206,
            "stop": 848066639
        },
        {
            "start": 848071106,
            "stop": 848072524
        },
        {
            "start": 848072526,
            "stop": 848073229
        },
        {
            "start": 848073231,
            "stop": 848073304
        },
        {
            "start": 848094656,
            "stop": 848094855
        },
        {
            "start": 848094857,
            "stop": 848095633
        },
        {
            "start": 848097336,
            "stop": 848099483
        },
        {
            "start": 848099484,
            "stop": 848102682
        },
        {
            "start": 848102684,
            "stop": 848105893
        },
        {
            "start": 848105895,
            "stop": 848106561
        },
        {
            "start": 848106563,
            "stop": 848109564
        },
        {
            "start": 848109565,
            "stop": 848113626
        },
        {
            "start": 848113628,
            "stop": 848116007
        },
        {
            "start": 848116009,
            "stop": 848128676
        },
        {
            "start": 848128678,
            "stop": 848132553
        },
        {
            "start": 848134064,
            "stop": 848134871
        },
        {
            "start": 848134873,
            "stop": 848135532
        },
        {
            "start": 848139050,
            "stop": 848139931
        },
        {
            "start": 848139933,
            "stop": 848140529
        }
    ]
}