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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=641",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 642,
    "results": [
        {
            "start": 852156816,
            "stop": 852212070
        },
        {
            "start": 852212190,
            "stop": 852212250
        },
        {
            "start": 852212310,
            "stop": 852212319
        },
        {
            "start": 852253339,
            "stop": 852257615
        },
        {
            "start": 852257633,
            "stop": 852263400
        },
        {
            "start": 852267649,
            "stop": 852276908
        },
        {
            "start": 852278238,
            "stop": 852304339
        },
        {
            "start": 852304345,
            "stop": 852312973
        },
        {
            "start": 852315892,
            "stop": 852323061
        },
        {
            "start": 852324281,
            "stop": 852324649
        },
        {
            "start": 852324667,
            "stop": 852325453
        },
        {
            "start": 852326433,
            "stop": 852327680
        },
        {
            "start": 852327698,
            "stop": 852331115
        },
        {
            "start": 852331132,
            "stop": 852334086
        },
        {
            "start": 852334103,
            "stop": 852358170
        },
        {
            "start": 852362785,
            "stop": 852392831
        },
        {
            "start": 852426967,
            "stop": 852427230
        },
        {
            "start": 852427290,
            "stop": 852427410
        },
        {
            "start": 852427470,
            "stop": 852427818
        },
        {
            "start": 852428138,
            "stop": 852428332
        }
    ]
}