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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=84",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 85,
    "results": [
        {
            "start": 824211599,
            "stop": 824211610
        },
        {
            "start": 824211614,
            "stop": 824211618
        },
        {
            "start": 824211621,
            "stop": 824211641
        },
        {
            "start": 824211645,
            "stop": 824211655
        },
        {
            "start": 824211659,
            "stop": 824211689
        },
        {
            "start": 824211693,
            "stop": 824211825
        },
        {
            "start": 824211828,
            "stop": 824211880
        },
        {
            "start": 824211883,
            "stop": 824211962
        },
        {
            "start": 824211965,
            "stop": 824212004
        },
        {
            "start": 824212013,
            "stop": 824212354
        },
        {
            "start": 824212357,
            "stop": 824212407
        },
        {
            "start": 824212411,
            "stop": 824212421
        },
        {
            "start": 824212464,
            "stop": 824212469
        },
        {
            "start": 824212473,
            "stop": 824212479
        },
        {
            "start": 824212483,
            "stop": 824212531
        },
        {
            "start": 824212535,
            "stop": 824212661
        },
        {
            "start": 824212675,
            "stop": 824212695
        },
        {
            "start": 824212699,
            "stop": 824212728
        },
        {
            "start": 824212732,
            "stop": 824212738
        },
        {
            "start": 824212746,
            "stop": 824212752
        }
    ]
}