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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4606",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4604",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4605,
    "results": [
        {
            "start": 874127954,
            "stop": 874128990
        },
        {
            "start": 874129110,
            "stop": 874129419
        },
        {
            "start": 874129438,
            "stop": 874129888
        },
        {
            "start": 874129907,
            "stop": 874131830
        },
        {
            "start": 874131850,
            "stop": 874131863
        },
        {
            "start": 874131882,
            "stop": 874131980
        },
        {
            "start": 874132100,
            "stop": 874132229
        },
        {
            "start": 874132870,
            "stop": 874133051
        },
        {
            "start": 874133070,
            "stop": 874133520
        },
        {
            "start": 874133580,
            "stop": 874133640
        },
        {
            "start": 874133700,
            "stop": 874133993
        },
        {
            "start": 874134012,
            "stop": 874135257
        },
        {
            "start": 874135276,
            "stop": 874135822
        },
        {
            "start": 874135841,
            "stop": 874137444
        },
        {
            "start": 874137468,
            "stop": 874138094
        },
        {
            "start": 874138113,
            "stop": 874138196
        },
        {
            "start": 874138215,
            "stop": 874139963
        },
        {
            "start": 874139982,
            "stop": 874139983
        },
        {
            "start": 874140002,
            "stop": 874140266
        },
        {
            "start": 874140285,
            "stop": 874140379
        }
    ]
}