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=489
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=490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=488",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 489,
    "results": [
        {
            "start": 864071349,
            "stop": 864071358
        },
        {
            "start": 864071359,
            "stop": 864071505
        },
        {
            "start": 864071507,
            "stop": 864073664
        },
        {
            "start": 864073665,
            "stop": 864076640
        },
        {
            "start": 864076642,
            "stop": 864076994
        },
        {
            "start": 864110004,
            "stop": 864111638
        },
        {
            "start": 864112936,
            "stop": 864127558
        },
        {
            "start": 864129601,
            "stop": 864129613
        },
        {
            "start": 864129615,
            "stop": 864129640
        },
        {
            "start": 864129642,
            "stop": 864129644
        },
        {
            "start": 864129646,
            "stop": 864129685
        },
        {
            "start": 864129688,
            "stop": 864129698
        },
        {
            "start": 864129700,
            "stop": 864129719
        },
        {
            "start": 864129722,
            "stop": 864129725
        },
        {
            "start": 864129727,
            "stop": 864129741
        },
        {
            "start": 864129743,
            "stop": 864129757
        },
        {
            "start": 864129759,
            "stop": 864129785
        },
        {
            "start": 864129787,
            "stop": 864129789
        },
        {
            "start": 864129791,
            "stop": 864129801
        },
        {
            "start": 864131747,
            "stop": 864132184
        }
    ]
}