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=7122
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=7123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7121",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7122,
    "results": [
        {
            "start": 874272102,
            "stop": 874272187
        },
        {
            "start": 874272188,
            "stop": 874272201
        },
        {
            "start": 874272203,
            "stop": 874272237
        },
        {
            "start": 874272238,
            "stop": 874272443
        },
        {
            "start": 874272444,
            "stop": 874272498
        },
        {
            "start": 874272499,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874274428
        },
        {
            "start": 874274429,
            "stop": 874274671
        },
        {
            "start": 874274672,
            "stop": 874274770
        },
        {
            "start": 874274771,
            "stop": 874274804
        },
        {
            "start": 874274806,
            "stop": 874274869
        },
        {
            "start": 874274870,
            "stop": 874274936
        },
        {
            "start": 874274937,
            "stop": 874275042
        },
        {
            "start": 874275043,
            "stop": 874275089
        },
        {
            "start": 874275090,
            "stop": 874275096
        },
        {
            "start": 874275097,
            "stop": 874275142
        },
        {
            "start": 874276610,
            "stop": 874276625
        },
        {
            "start": 874276626,
            "stop": 874276690
        },
        {
            "start": 874276691,
            "stop": 874276711
        },
        {
            "start": 874276713,
            "stop": 874276863
        }
    ]
}