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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3849",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3850,
    "results": [
        {
            "start": 875188800,
            "stop": 875188980
        },
        {
            "start": 875189280,
            "stop": 875189340
        },
        {
            "start": 875189400,
            "stop": 875189520
        },
        {
            "start": 875189640,
            "stop": 875189967
        },
        {
            "start": 875189984,
            "stop": 875190000
        },
        {
            "start": 875190060,
            "stop": 875190383
        },
        {
            "start": 875190386,
            "stop": 875194029
        },
        {
            "start": 875194046,
            "stop": 875195971
        },
        {
            "start": 875195992,
            "stop": 875196638
        },
        {
            "start": 875196655,
            "stop": 875196678
        },
        {
            "start": 875196695,
            "stop": 875196833
        },
        {
            "start": 875196850,
            "stop": 875196860
        },
        {
            "start": 875196877,
            "stop": 875197035
        },
        {
            "start": 875197052,
            "stop": 875197444
        },
        {
            "start": 875197461,
            "stop": 875197486
        },
        {
            "start": 875197489,
            "stop": 875197516
        },
        {
            "start": 875197533,
            "stop": 875197809
        },
        {
            "start": 875197812,
            "stop": 875198810
        },
        {
            "start": 875198827,
            "stop": 875199085
        },
        {
            "start": 875199102,
            "stop": 875200550
        }
    ]
}