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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46933",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46934,
    "results": [
        {
            "start": 875197482,
            "stop": 875197483
        },
        {
            "start": 875197484,
            "stop": 875197492
        },
        {
            "start": 875197494,
            "stop": 875197497
        },
        {
            "start": 875197498,
            "stop": 875197512
        },
        {
            "start": 875197513,
            "stop": 875197518
        },
        {
            "start": 875197521,
            "stop": 875197523
        },
        {
            "start": 875197526,
            "stop": 875197528
        },
        {
            "start": 875197532,
            "stop": 875197540
        },
        {
            "start": 875197543,
            "stop": 875197564
        },
        {
            "start": 875197565,
            "stop": 875197579
        },
        {
            "start": 875197582,
            "stop": 875197588
        },
        {
            "start": 875197590,
            "stop": 875197603
        },
        {
            "start": 875197606,
            "stop": 875197640
        },
        {
            "start": 875197641,
            "stop": 875197642
        },
        {
            "start": 875197648,
            "stop": 875197651
        },
        {
            "start": 875197652,
            "stop": 875197673
        },
        {
            "start": 875197676,
            "stop": 875197710
        },
        {
            "start": 875197711,
            "stop": 875197716
        },
        {
            "start": 875197717,
            "stop": 875197727
        },
        {
            "start": 875197728,
            "stop": 875197739
        }
    ]
}