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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=217",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 218,
    "results": [
        {
            "start": 817760006,
            "stop": 817760024
        },
        {
            "start": 817760044,
            "stop": 817760049
        },
        {
            "start": 817760071,
            "stop": 817760092
        },
        {
            "start": 817760166,
            "stop": 817760187
        },
        {
            "start": 817760264,
            "stop": 817760308
        },
        {
            "start": 817760338,
            "stop": 817760362
        },
        {
            "start": 817760393,
            "stop": 817760454
        },
        {
            "start": 817760502,
            "stop": 817760528
        },
        {
            "start": 817760575,
            "stop": 817760588
        },
        {
            "start": 817760612,
            "stop": 817760635
        },
        {
            "start": 817760655,
            "stop": 817760677
        },
        {
            "start": 817760754,
            "stop": 817760763
        },
        {
            "start": 817760790,
            "stop": 817760807
        },
        {
            "start": 817760843,
            "stop": 817760914
        },
        {
            "start": 817760939,
            "stop": 817760947
        },
        {
            "start": 817760975,
            "stop": 817761011
        },
        {
            "start": 817761046,
            "stop": 817761052
        },
        {
            "start": 817761098,
            "stop": 817761109
        },
        {
            "start": 817761164,
            "stop": 817761176
        },
        {
            "start": 817761238,
            "stop": 817761260
        }
    ]
}