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/H1_CBCHIGH_CAT3/segments?format=api&page=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=206",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 207,
    "results": [
        {
            "start": 820515897,
            "stop": 820516002
        },
        {
            "start": 820516006,
            "stop": 820516067
        },
        {
            "start": 820516070,
            "stop": 820516110
        },
        {
            "start": 820516114,
            "stop": 820516229
        },
        {
            "start": 820516232,
            "stop": 820516234
        },
        {
            "start": 820516238,
            "stop": 820516278
        },
        {
            "start": 820516282,
            "stop": 820516747
        },
        {
            "start": 820516750,
            "stop": 820516798
        },
        {
            "start": 820516801,
            "stop": 820517082
        },
        {
            "start": 820517085,
            "stop": 820517142
        },
        {
            "start": 820517145,
            "stop": 820517164
        },
        {
            "start": 820517167,
            "stop": 820517239
        },
        {
            "start": 820517242,
            "stop": 820517376
        },
        {
            "start": 820517379,
            "stop": 820517405
        },
        {
            "start": 820517409,
            "stop": 820517445
        },
        {
            "start": 820517449,
            "stop": 820517452
        },
        {
            "start": 820517455,
            "stop": 820517486
        },
        {
            "start": 820517489,
            "stop": 820517560
        },
        {
            "start": 820517564,
            "stop": 820517688
        },
        {
            "start": 820517691,
            "stop": 820517894
        }
    ]
}