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=1354
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=1355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1353",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1354,
    "results": [
        {
            "start": 965706348,
            "stop": 965706430
        },
        {
            "start": 965709508,
            "stop": 965709689
        },
        {
            "start": 965709856,
            "stop": 965710193
        },
        {
            "start": 965710194,
            "stop": 965715516
        },
        {
            "start": 965717145,
            "stop": 965717354
        },
        {
            "start": 965717355,
            "stop": 965718325
        },
        {
            "start": 965718326,
            "stop": 965718389
        },
        {
            "start": 965721980,
            "stop": 965725188
        },
        {
            "start": 965726127,
            "stop": 965728840
        },
        {
            "start": 965729773,
            "stop": 965732197
        },
        {
            "start": 965734251,
            "stop": 965740744
        },
        {
            "start": 965744856,
            "stop": 965746562
        },
        {
            "start": 965746646,
            "stop": 965748318
        },
        {
            "start": 965748319,
            "stop": 965752933
        },
        {
            "start": 965754531,
            "stop": 965761051
        },
        {
            "start": 965762101,
            "stop": 965770891
        },
        {
            "start": 965781808,
            "stop": 965789815
        },
        {
            "start": 965789816,
            "stop": 965796907
        },
        {
            "start": 965796908,
            "stop": 965796956
        },
        {
            "start": 965796957,
            "stop": 965797453
        }
    ]
}