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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=140",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 141,
    "results": [
        {
            "start": 820178835,
            "stop": 820178894
        },
        {
            "start": 820178897,
            "stop": 820178965
        },
        {
            "start": 820178968,
            "stop": 820179038
        },
        {
            "start": 820179041,
            "stop": 820179197
        },
        {
            "start": 820179201,
            "stop": 820179290
        },
        {
            "start": 820179293,
            "stop": 820179360
        },
        {
            "start": 820179363,
            "stop": 820179700
        },
        {
            "start": 820179703,
            "stop": 820180282
        },
        {
            "start": 820180285,
            "stop": 820180625
        },
        {
            "start": 820180628,
            "stop": 820180676
        },
        {
            "start": 820180680,
            "stop": 820180770
        },
        {
            "start": 820180773,
            "stop": 820180938
        },
        {
            "start": 820180941,
            "stop": 820181255
        },
        {
            "start": 820181259,
            "stop": 820181372
        },
        {
            "start": 820181376,
            "stop": 820181795
        },
        {
            "start": 820181798,
            "stop": 820181851
        },
        {
            "start": 820181854,
            "stop": 820182011
        },
        {
            "start": 820182014,
            "stop": 820182044
        },
        {
            "start": 820182047,
            "stop": 820182113
        },
        {
            "start": 820182117,
            "stop": 820182480
        }
    ]
}