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=1317
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=1318",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1316",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1317,
    "results": [
        {
            "start": 962914527,
            "stop": 962914538
        },
        {
            "start": 962914540,
            "stop": 962914549
        },
        {
            "start": 962914551,
            "stop": 962914554
        },
        {
            "start": 962914556,
            "stop": 962914585
        },
        {
            "start": 962914586,
            "stop": 962914630
        },
        {
            "start": 962914632,
            "stop": 962914633
        },
        {
            "start": 962914635,
            "stop": 962914747
        },
        {
            "start": 962914749,
            "stop": 962914766
        },
        {
            "start": 962914768,
            "stop": 962914878
        },
        {
            "start": 962914880,
            "stop": 962914893
        },
        {
            "start": 962914894,
            "stop": 962917352
        },
        {
            "start": 962917354,
            "stop": 962917416
        },
        {
            "start": 962917418,
            "stop": 962917452
        },
        {
            "start": 962917453,
            "stop": 962917498
        },
        {
            "start": 962917500,
            "stop": 962917505
        },
        {
            "start": 962917507,
            "stop": 962917517
        },
        {
            "start": 962917519,
            "stop": 962917636
        },
        {
            "start": 962917638,
            "stop": 962921941
        },
        {
            "start": 962921943,
            "stop": 962922719
        },
        {
            "start": 962922721,
            "stop": 962922930
        }
    ]
}