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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=226",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 227,
    "results": [
        {
            "start": 842826824,
            "stop": 842831211
        },
        {
            "start": 842832643,
            "stop": 842832644
        },
        {
            "start": 842833999,
            "stop": 842837771
        },
        {
            "start": 842838042,
            "stop": 842843989
        },
        {
            "start": 842843991,
            "stop": 842857410
        },
        {
            "start": 842857890,
            "stop": 842882173
        },
        {
            "start": 842882214,
            "stop": 842882215
        },
        {
            "start": 842882412,
            "stop": 842884136
        },
        {
            "start": 842884138,
            "stop": 842884453
        },
        {
            "start": 842885535,
            "stop": 842886729
        },
        {
            "start": 842886803,
            "stop": 842887393
        },
        {
            "start": 842887418,
            "stop": 842887419
        },
        {
            "start": 842887494,
            "stop": 842891514
        },
        {
            "start": 842891517,
            "stop": 842894953
        },
        {
            "start": 842895238,
            "stop": 842895893
        },
        {
            "start": 842895895,
            "stop": 842898233
        },
        {
            "start": 842898236,
            "stop": 842900149
        },
        {
            "start": 842900259,
            "stop": 842900320
        },
        {
            "start": 842900620,
            "stop": 842901439
        },
        {
            "start": 842901441,
            "stop": 842903346
        }
    ]
}