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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=20",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 21,
    "results": [
        {
            "start": 816273341,
            "stop": 816273352
        },
        {
            "start": 816273355,
            "stop": 816273356
        },
        {
            "start": 816273365,
            "stop": 816273366
        },
        {
            "start": 816273375,
            "stop": 816273377
        },
        {
            "start": 816273393,
            "stop": 816273395
        },
        {
            "start": 816273400,
            "stop": 816273402
        },
        {
            "start": 816273413,
            "stop": 816273421
        },
        {
            "start": 816273451,
            "stop": 816273461
        },
        {
            "start": 816273484,
            "stop": 816273485
        },
        {
            "start": 816273496,
            "stop": 816273497
        },
        {
            "start": 816273520,
            "stop": 816273523
        },
        {
            "start": 816273526,
            "stop": 816273547
        },
        {
            "start": 816273553,
            "stop": 816273602
        },
        {
            "start": 816273609,
            "stop": 816273705
        },
        {
            "start": 816273728,
            "stop": 816273730
        },
        {
            "start": 816273735,
            "stop": 816273772
        },
        {
            "start": 816273779,
            "stop": 816273783
        },
        {
            "start": 816273794,
            "stop": 816273812
        },
        {
            "start": 816273815,
            "stop": 816273831
        },
        {
            "start": 816273849,
            "stop": 816273851
        }
    ]
}