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/L1_BURST_CAT1/segments?format=api&page=547
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=548",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=546",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 547,
    "results": [
        {
            "start": 871998065,
            "stop": 871998723
        },
        {
            "start": 871998724,
            "stop": 871998734
        },
        {
            "start": 871998735,
            "stop": 871998753
        },
        {
            "start": 871998755,
            "stop": 871998775
        },
        {
            "start": 871998776,
            "stop": 871998870
        },
        {
            "start": 871999681,
            "stop": 871999941
        },
        {
            "start": 872001723,
            "stop": 872001724
        },
        {
            "start": 872001761,
            "stop": 872002836
        },
        {
            "start": 872002837,
            "stop": 872005921
        },
        {
            "start": 872009185,
            "stop": 872009187
        },
        {
            "start": 872009189,
            "stop": 872010879
        },
        {
            "start": 872010881,
            "stop": 872018111
        },
        {
            "start": 872018910,
            "stop": 872027929
        },
        {
            "start": 872027996,
            "stop": 872030654
        },
        {
            "start": 872031588,
            "stop": 872043409
        },
        {
            "start": 872043411,
            "stop": 872065899
        },
        {
            "start": 872066781,
            "stop": 872081912
        },
        {
            "start": 872081913,
            "stop": 872084174
        },
        {
            "start": 872084428,
            "stop": 872086393
        },
        {
            "start": 872086395,
            "stop": 872086411
        }
    ]
}