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=5822
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=5823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5821",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5822,
    "results": [
        {
            "start": 874712485,
            "stop": 874712492
        },
        {
            "start": 874712495,
            "stop": 874712497
        },
        {
            "start": 874712500,
            "stop": 874712501
        },
        {
            "start": 874712504,
            "stop": 874712576
        },
        {
            "start": 874712579,
            "stop": 874712625
        },
        {
            "start": 874712628,
            "stop": 874712632
        },
        {
            "start": 874712635,
            "stop": 874712688
        },
        {
            "start": 874712693,
            "stop": 874712701
        },
        {
            "start": 874712704,
            "stop": 874712716
        },
        {
            "start": 874712719,
            "stop": 874712728
        },
        {
            "start": 874712731,
            "stop": 874712750
        },
        {
            "start": 874712753,
            "stop": 874712776
        },
        {
            "start": 874712779,
            "stop": 874712819
        },
        {
            "start": 874712823,
            "stop": 874712828
        },
        {
            "start": 874712831,
            "stop": 874712853
        },
        {
            "start": 874712856,
            "stop": 874712857
        },
        {
            "start": 874712860,
            "stop": 874712891
        },
        {
            "start": 874712894,
            "stop": 874712919
        },
        {
            "start": 874712922,
            "stop": 874712924
        },
        {
            "start": 874712927,
            "stop": 874712984
        }
    ]
}