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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8891",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8892,
    "results": [
        {
            "start": 875207571,
            "stop": 875207615
        },
        {
            "start": 875207622,
            "stop": 875207752
        },
        {
            "start": 875207759,
            "stop": 875209133
        },
        {
            "start": 875209140,
            "stop": 875209504
        },
        {
            "start": 875209624,
            "stop": 875209675
        },
        {
            "start": 875209682,
            "stop": 875209950
        },
        {
            "start": 875209957,
            "stop": 875210052
        },
        {
            "start": 875210059,
            "stop": 875210751
        },
        {
            "start": 875210759,
            "stop": 875211165
        },
        {
            "start": 875211285,
            "stop": 875211782
        },
        {
            "start": 875211789,
            "stop": 875212009
        },
        {
            "start": 875212017,
            "stop": 875212654
        },
        {
            "start": 875212774,
            "stop": 875212861
        },
        {
            "start": 875212878,
            "stop": 875212988
        },
        {
            "start": 875212995,
            "stop": 875213007
        },
        {
            "start": 875213024,
            "stop": 875213151
        },
        {
            "start": 875213158,
            "stop": 875213269
        },
        {
            "start": 875213389,
            "stop": 875213519
        },
        {
            "start": 875213526,
            "stop": 875214258
        },
        {
            "start": 875214378,
            "stop": 875214515
        }
    ]
}