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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5224",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5225,
    "results": [
        {
            "start": 875229083,
            "stop": 875229089
        },
        {
            "start": 875229117,
            "stop": 875229126
        },
        {
            "start": 875229145,
            "stop": 875229176
        },
        {
            "start": 875229196,
            "stop": 875229253
        },
        {
            "start": 875229288,
            "stop": 875229305
        },
        {
            "start": 875229330,
            "stop": 875229332
        },
        {
            "start": 875229352,
            "stop": 875229408
        },
        {
            "start": 875229427,
            "stop": 875229437
        },
        {
            "start": 875229469,
            "stop": 875229548
        },
        {
            "start": 875229584,
            "stop": 875229611
        },
        {
            "start": 875229630,
            "stop": 875229774
        },
        {
            "start": 875229793,
            "stop": 875229851
        },
        {
            "start": 875229873,
            "stop": 875229879
        },
        {
            "start": 875229898,
            "stop": 875229915
        },
        {
            "start": 875229934,
            "stop": 875229943
        },
        {
            "start": 875229974,
            "stop": 875230054
        },
        {
            "start": 875230073,
            "stop": 875230088
        },
        {
            "start": 875230108,
            "stop": 875230134
        },
        {
            "start": 875230163,
            "stop": 875230196
        },
        {
            "start": 875231472,
            "stop": 875232014
        }
    ]
}