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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=965",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 966,
    "results": [
        {
            "start": 868558056,
            "stop": 868560186
        },
        {
            "start": 868560496,
            "stop": 868564276
        },
        {
            "start": 868564471,
            "stop": 868575511
        },
        {
            "start": 868575661,
            "stop": 868576891
        },
        {
            "start": 868577169,
            "stop": 868584189
        },
        {
            "start": 868595440,
            "stop": 868595680
        },
        {
            "start": 868595834,
            "stop": 868597574
        },
        {
            "start": 868597604,
            "stop": 868598114
        },
        {
            "start": 868598312,
            "stop": 868598402
        },
        {
            "start": 868598492,
            "stop": 868602662
        },
        {
            "start": 868602812,
            "stop": 868603412
        },
        {
            "start": 868603562,
            "stop": 868603712
        },
        {
            "start": 868604971,
            "stop": 868606291
        },
        {
            "start": 868606457,
            "stop": 868608737
        },
        {
            "start": 868608887,
            "stop": 868609127
        },
        {
            "start": 868609277,
            "stop": 868613057
        },
        {
            "start": 868613224,
            "stop": 868618684
        },
        {
            "start": 868618714,
            "stop": 868623304
        },
        {
            "start": 868624267,
            "stop": 868625377
        },
        {
            "start": 868625527,
            "stop": 868627327
        }
    ]
}