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=5834
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=5835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5833",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5834,
    "results": [
        {
            "start": 874724330,
            "stop": 874724458
        },
        {
            "start": 874724462,
            "stop": 874724508
        },
        {
            "start": 874724511,
            "stop": 874724621
        },
        {
            "start": 874724624,
            "stop": 874724757
        },
        {
            "start": 874724761,
            "stop": 874724810
        },
        {
            "start": 874724813,
            "stop": 874724824
        },
        {
            "start": 874724827,
            "stop": 874724897
        },
        {
            "start": 874724900,
            "stop": 874724944
        },
        {
            "start": 874724947,
            "stop": 874725006
        },
        {
            "start": 874725009,
            "stop": 874725107
        },
        {
            "start": 874725110,
            "stop": 874725201
        },
        {
            "start": 874725204,
            "stop": 874725223
        },
        {
            "start": 874725226,
            "stop": 874725229
        },
        {
            "start": 874725232,
            "stop": 874725257
        },
        {
            "start": 874725261,
            "stop": 874725286
        },
        {
            "start": 874725289,
            "stop": 874725416
        },
        {
            "start": 874725419,
            "stop": 874725442
        },
        {
            "start": 874725445,
            "stop": 874725683
        },
        {
            "start": 874725686,
            "stop": 874725849
        },
        {
            "start": 874725852,
            "stop": 874725899
        }
    ]
}