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=5929
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=5930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5928",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5929,
    "results": [
        {
            "start": 875197473,
            "stop": 875197518
        },
        {
            "start": 875197521,
            "stop": 875197523
        },
        {
            "start": 875197526,
            "stop": 875197528
        },
        {
            "start": 875197532,
            "stop": 875197540
        },
        {
            "start": 875197543,
            "stop": 875197579
        },
        {
            "start": 875197582,
            "stop": 875197603
        },
        {
            "start": 875197606,
            "stop": 875197642
        },
        {
            "start": 875197648,
            "stop": 875197739
        },
        {
            "start": 875197742,
            "stop": 875197805
        },
        {
            "start": 875197808,
            "stop": 875197900
        },
        {
            "start": 875197904,
            "stop": 875197926
        },
        {
            "start": 875197929,
            "stop": 875197954
        },
        {
            "start": 875197957,
            "stop": 875197967
        },
        {
            "start": 875197970,
            "stop": 875198145
        },
        {
            "start": 875198151,
            "stop": 875198253
        },
        {
            "start": 875198256,
            "stop": 875198354
        },
        {
            "start": 875198357,
            "stop": 875198363
        },
        {
            "start": 875198366,
            "stop": 875198438
        },
        {
            "start": 875198441,
            "stop": 875198496
        },
        {
            "start": 875198499,
            "stop": 875198555
        }
    ]
}