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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=74",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 75,
    "results": [
        {
            "start": 817471860,
            "stop": 817476288
        },
        {
            "start": 817476320,
            "stop": 817477200
        },
        {
            "start": 817477320,
            "stop": 817482300
        },
        {
            "start": 817482420,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817484640
        },
        {
            "start": 817484700,
            "stop": 817484836
        },
        {
            "start": 817485145,
            "stop": 817485167
        },
        {
            "start": 817493409,
            "stop": 817493700
        },
        {
            "start": 817493760,
            "stop": 817493940
        },
        {
            "start": 817494000,
            "stop": 817494013
        },
        {
            "start": 817494136,
            "stop": 817494240
        },
        {
            "start": 817494360,
            "stop": 817494420
        },
        {
            "start": 817494540,
            "stop": 817494660
        },
        {
            "start": 817494720,
            "stop": 817495106
        },
        {
            "start": 817495109,
            "stop": 817495200
        },
        {
            "start": 817495260,
            "stop": 817495620
        },
        {
            "start": 817495680,
            "stop": 817495740
        },
        {
            "start": 817495980,
            "stop": 817496040
        },
        {
            "start": 817497517,
            "stop": 817497585
        },
        {
            "start": 817497705,
            "stop": 817498020
        }
    ]
}