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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=174",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 175,
    "results": [
        {
            "start": 842805210,
            "stop": 842806816
        },
        {
            "start": 842806818,
            "stop": 842808099
        },
        {
            "start": 842808281,
            "stop": 842814226
        },
        {
            "start": 842814672,
            "stop": 842814966
        },
        {
            "start": 842815266,
            "stop": 842815599
        },
        {
            "start": 842815741,
            "stop": 842816139
        },
        {
            "start": 842818042,
            "stop": 842821632
        },
        {
            "start": 842822860,
            "stop": 842823327
        },
        {
            "start": 842824597,
            "stop": 842825598
        },
        {
            "start": 842826824,
            "stop": 842831211
        },
        {
            "start": 842832643,
            "stop": 842832644
        },
        {
            "start": 842833999,
            "stop": 842837771
        },
        {
            "start": 842838042,
            "stop": 842857410
        },
        {
            "start": 842857890,
            "stop": 842882215
        },
        {
            "start": 842882412,
            "stop": 842884458
        },
        {
            "start": 842885535,
            "stop": 842886729
        },
        {
            "start": 842886803,
            "stop": 842887419
        },
        {
            "start": 842887494,
            "stop": 842894992
        },
        {
            "start": 842895238,
            "stop": 842900149
        },
        {
            "start": 842900259,
            "stop": 842900320
        }
    ]
}