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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6253",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6254,
    "results": [
        {
            "start": 874957988,
            "stop": 874957989
        },
        {
            "start": 874957991,
            "stop": 874957992
        },
        {
            "start": 874957997,
            "stop": 874957998
        },
        {
            "start": 874958012,
            "stop": 874958014
        },
        {
            "start": 874958015,
            "stop": 874958016
        },
        {
            "start": 874958017,
            "stop": 874958018
        },
        {
            "start": 874958020,
            "stop": 874958021
        },
        {
            "start": 874958022,
            "stop": 874958024
        },
        {
            "start": 874958027,
            "stop": 874958029
        },
        {
            "start": 874958030,
            "stop": 874958031
        },
        {
            "start": 874958032,
            "stop": 874958033
        },
        {
            "start": 874958034,
            "stop": 874958035
        },
        {
            "start": 874958037,
            "stop": 874958039
        },
        {
            "start": 874958041,
            "stop": 874958042
        },
        {
            "start": 874958043,
            "stop": 874958045
        },
        {
            "start": 874958046,
            "stop": 874958048
        },
        {
            "start": 874958051,
            "stop": 874958053
        },
        {
            "start": 874958056,
            "stop": 874958059
        },
        {
            "start": 874958060,
            "stop": 874958062
        },
        {
            "start": 874958063,
            "stop": 874958064
        }
    ]
}