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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3563",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3561",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3562,
    "results": [
        {
            "start": 871709697,
            "stop": 871709738
        },
        {
            "start": 871709755,
            "stop": 871709930
        },
        {
            "start": 871709958,
            "stop": 871709995
        },
        {
            "start": 871710012,
            "stop": 871710203
        },
        {
            "start": 871710220,
            "stop": 871710238
        },
        {
            "start": 871710267,
            "stop": 871710293
        },
        {
            "start": 871710324,
            "stop": 871710359
        },
        {
            "start": 871710376,
            "stop": 871710450
        },
        {
            "start": 871710467,
            "stop": 871710488
        },
        {
            "start": 871710505,
            "stop": 871710535
        },
        {
            "start": 871710552,
            "stop": 871710567
        },
        {
            "start": 871710584,
            "stop": 871711629
        },
        {
            "start": 871711646,
            "stop": 871711771
        },
        {
            "start": 871711788,
            "stop": 871711798
        },
        {
            "start": 871711815,
            "stop": 871711860
        },
        {
            "start": 871711877,
            "stop": 871711971
        },
        {
            "start": 871711988,
            "stop": 871711993
        },
        {
            "start": 871712010,
            "stop": 871712034
        },
        {
            "start": 871712051,
            "stop": 871712087
        },
        {
            "start": 871712104,
            "stop": 871712240
        }
    ]
}