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=3286
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=3287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3285",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3286,
    "results": [
        {
            "start": 874256100,
            "stop": 874256700
        },
        {
            "start": 874256760,
            "stop": 874257884
        },
        {
            "start": 874258125,
            "stop": 874258560
        },
        {
            "start": 874258620,
            "stop": 874259160
        },
        {
            "start": 874259220,
            "stop": 874260180
        },
        {
            "start": 874260480,
            "stop": 874261380
        },
        {
            "start": 874261500,
            "stop": 874262520
        },
        {
            "start": 874262580,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874268898
        },
        {
            "start": 874268901,
            "stop": 874268915
        },
        {
            "start": 874268919,
            "stop": 874269900
        },
        {
            "start": 874269960,
            "stop": 874270500
        },
        {
            "start": 874270560,
            "stop": 874271948
        },
        {
            "start": 874271953,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874275142
        },
        {
            "start": 874276785,
            "stop": 874277220
        },
        {
            "start": 874277280,
            "stop": 874277504
        },
        {
            "start": 874277685,
            "stop": 874279200
        },
        {
            "start": 874279320,
            "stop": 874279740
        },
        {
            "start": 874279800,
            "stop": 874281360
        }
    ]
}