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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1311",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1312,
    "results": [
        {
            "start": 962575431,
            "stop": 962575641
        },
        {
            "start": 962575643,
            "stop": 962575713
        },
        {
            "start": 962575930,
            "stop": 962576003
        },
        {
            "start": 962577677,
            "stop": 962578768
        },
        {
            "start": 962578857,
            "stop": 962578864
        },
        {
            "start": 962581013,
            "stop": 962582333
        },
        {
            "start": 962604338,
            "stop": 962622828
        },
        {
            "start": 962623626,
            "stop": 962624032
        },
        {
            "start": 962624809,
            "stop": 962625893
        },
        {
            "start": 962626757,
            "stop": 962630392
        },
        {
            "start": 962633084,
            "stop": 962635062
        },
        {
            "start": 962636174,
            "stop": 962636348
        },
        {
            "start": 962637824,
            "stop": 962643548
        },
        {
            "start": 962644366,
            "stop": 962644412
        },
        {
            "start": 962644941,
            "stop": 962651807
        },
        {
            "start": 962653899,
            "stop": 962657268
        },
        {
            "start": 962692790,
            "stop": 962709479
        },
        {
            "start": 962710538,
            "stop": 962717356
        },
        {
            "start": 962718383,
            "stop": 962726542
        },
        {
            "start": 962728666,
            "stop": 962731219
        }
    ]
}