Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=271
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=270",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 271,
    "results": [
        {
            "start": 866135117,
            "stop": 866135307
        },
        {
            "start": 866138632,
            "stop": 866139065
        },
        {
            "start": 866139070,
            "stop": 866139652
        },
        {
            "start": 866139655,
            "stop": 866139894
        },
        {
            "start": 866139897,
            "stop": 866141266
        },
        {
            "start": 866141270,
            "stop": 866143861
        },
        {
            "start": 866143864,
            "stop": 866145596
        },
        {
            "start": 866145599,
            "stop": 866149329
        },
        {
            "start": 866149332,
            "stop": 866150165
        },
        {
            "start": 866150168,
            "stop": 866150367
        },
        {
            "start": 866150370,
            "stop": 866150376
        },
        {
            "start": 866153219,
            "stop": 866157809
        },
        {
            "start": 866157812,
            "stop": 866158124
        },
        {
            "start": 866158127,
            "stop": 866158852
        },
        {
            "start": 866158855,
            "stop": 866159734
        },
        {
            "start": 866162254,
            "stop": 866162720
        },
        {
            "start": 866162723,
            "stop": 866162787
        },
        {
            "start": 866163727,
            "stop": 866163909
        },
        {
            "start": 866163912,
            "stop": 866164114
        },
        {
            "start": 866164117,
            "stop": 866164136
        }
    ]
}