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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=53",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 54,
    "results": [
        {
            "start": 816658829,
            "stop": 816658908
        },
        {
            "start": 816658927,
            "stop": 816658989
        },
        {
            "start": 816659010,
            "stop": 816659043
        },
        {
            "start": 816659047,
            "stop": 816659106
        },
        {
            "start": 816659125,
            "stop": 816659225
        },
        {
            "start": 816659228,
            "stop": 816659427
        },
        {
            "start": 816659446,
            "stop": 816659587
        },
        {
            "start": 816659606,
            "stop": 816659773
        },
        {
            "start": 816659792,
            "stop": 816660173
        },
        {
            "start": 816660192,
            "stop": 816660341
        },
        {
            "start": 816660347,
            "stop": 816660461
        },
        {
            "start": 816660480,
            "stop": 816660509
        },
        {
            "start": 816660530,
            "stop": 816660924
        },
        {
            "start": 816660943,
            "stop": 816661005
        },
        {
            "start": 816661024,
            "stop": 816661644
        },
        {
            "start": 816661650,
            "stop": 816661790
        },
        {
            "start": 816661809,
            "stop": 816661864
        },
        {
            "start": 816661883,
            "stop": 816662069
        },
        {
            "start": 816662111,
            "stop": 816662191
        },
        {
            "start": 816662210,
            "stop": 816662270
        }
    ]
}