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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41099",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41100,
    "results": [
        {
            "start": 875225879,
            "stop": 875225889
        },
        {
            "start": 875225891,
            "stop": 875225906
        },
        {
            "start": 875225907,
            "stop": 875225934
        },
        {
            "start": 875225935,
            "stop": 875225962
        },
        {
            "start": 875225963,
            "stop": 875225964
        },
        {
            "start": 875225966,
            "stop": 875225967
        },
        {
            "start": 875225968,
            "stop": 875225984
        },
        {
            "start": 875225985,
            "stop": 875226028
        },
        {
            "start": 875226031,
            "stop": 875226068
        },
        {
            "start": 875226072,
            "stop": 875226103
        },
        {
            "start": 875226104,
            "stop": 875226278
        },
        {
            "start": 875226279,
            "stop": 875226403
        },
        {
            "start": 875226404,
            "stop": 875226509
        },
        {
            "start": 875226510,
            "stop": 875226549
        },
        {
            "start": 875226550,
            "stop": 875226596
        },
        {
            "start": 875226597,
            "stop": 875226641
        },
        {
            "start": 875226642,
            "stop": 875226647
        },
        {
            "start": 875226648,
            "stop": 875226649
        },
        {
            "start": 875226650,
            "stop": 875226722
        },
        {
            "start": 875226723,
            "stop": 875226755
        }
    ]
}