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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3209",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3210,
    "results": [
        {
            "start": 871271640,
            "stop": 871271700
        },
        {
            "start": 871271820,
            "stop": 871272397
        },
        {
            "start": 871274280,
            "stop": 871274400
        },
        {
            "start": 871274520,
            "stop": 871274640
        },
        {
            "start": 871274700,
            "stop": 871274760
        },
        {
            "start": 871275060,
            "stop": 871275120
        },
        {
            "start": 871275180,
            "stop": 871275240
        },
        {
            "start": 871275360,
            "stop": 871277048
        },
        {
            "start": 871278377,
            "stop": 871278600
        },
        {
            "start": 871278660,
            "stop": 871278780
        },
        {
            "start": 871279980,
            "stop": 871280040
        },
        {
            "start": 871280160,
            "stop": 871280280
        },
        {
            "start": 871280340,
            "stop": 871280460
        },
        {
            "start": 871280520,
            "stop": 871280940
        },
        {
            "start": 871281000,
            "stop": 871285604
        },
        {
            "start": 871285785,
            "stop": 871289569
        },
        {
            "start": 871289967,
            "stop": 871290128
        },
        {
            "start": 871296803,
            "stop": 871296900
        },
        {
            "start": 871296960,
            "stop": 871297200
        },
        {
            "start": 871297260,
            "stop": 871297380
        }
    ]
}