Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=206
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=205",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 206,
    "results": [
        {
            "start": 846329101,
            "stop": 846334213
        },
        {
            "start": 846336898,
            "stop": 846342468
        },
        {
            "start": 846375822,
            "stop": 846409351
        },
        {
            "start": 846409971,
            "stop": 846441613
        },
        {
            "start": 846447806,
            "stop": 846449533
        },
        {
            "start": 846451908,
            "stop": 846457798
        },
        {
            "start": 846460659,
            "stop": 846510699
        },
        {
            "start": 846515578,
            "stop": 846529444
        },
        {
            "start": 846530755,
            "stop": 846544993
        },
        {
            "start": 846545531,
            "stop": 846545682
        },
        {
            "start": 846545850,
            "stop": 846620087
        },
        {
            "start": 846622710,
            "stop": 846623353
        },
        {
            "start": 846626034,
            "stop": 846632713
        },
        {
            "start": 846636853,
            "stop": 846675219
        },
        {
            "start": 846676314,
            "stop": 846676371
        },
        {
            "start": 846676375,
            "stop": 846676670
        },
        {
            "start": 846676679,
            "stop": 846680836
        },
        {
            "start": 846680840,
            "stop": 846681063
        },
        {
            "start": 846681067,
            "stop": 846681078
        },
        {
            "start": 846681091,
            "stop": 846681096
        }
    ]
}