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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16009",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16007",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16008,
    "results": [
        {
            "start": 971550883,
            "stop": 971550898
        },
        {
            "start": 971550901,
            "stop": 971550933
        },
        {
            "start": 971550936,
            "stop": 971550939
        },
        {
            "start": 971550942,
            "stop": 971551016
        },
        {
            "start": 971551033,
            "stop": 971551105
        },
        {
            "start": 971551125,
            "stop": 971551543
        },
        {
            "start": 971551545,
            "stop": 971551571
        },
        {
            "start": 971551573,
            "stop": 971551609
        },
        {
            "start": 971551610,
            "stop": 971551694
        },
        {
            "start": 971551697,
            "stop": 971551898
        },
        {
            "start": 971551901,
            "stop": 971552036
        },
        {
            "start": 971552069,
            "stop": 971552098
        },
        {
            "start": 971552100,
            "stop": 971552276
        },
        {
            "start": 971552282,
            "stop": 971552470
        },
        {
            "start": 971552471,
            "stop": 971552478
        },
        {
            "start": 971552479,
            "stop": 971552505
        },
        {
            "start": 971552506,
            "stop": 971552591
        },
        {
            "start": 971552594,
            "stop": 971552618
        },
        {
            "start": 971555128,
            "stop": 971555161
        },
        {
            "start": 971555164,
            "stop": 971555315
        }
    ]
}