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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=307",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 308,
    "results": [
        {
            "start": 1378077168,
            "stop": 1378077861
        },
        {
            "start": 1378077863,
            "stop": 1378078820
        },
        {
            "start": 1378078822,
            "stop": 1378079055
        },
        {
            "start": 1378079057,
            "stop": 1378079935
        },
        {
            "start": 1378087401,
            "stop": 1378087971
        },
        {
            "start": 1378087975,
            "stop": 1378089868
        },
        {
            "start": 1378089869,
            "stop": 1378091048
        },
        {
            "start": 1378091050,
            "stop": 1378091664
        },
        {
            "start": 1378091666,
            "stop": 1378093371
        },
        {
            "start": 1378093373,
            "stop": 1378094089
        },
        {
            "start": 1378094090,
            "stop": 1378095730
        },
        {
            "start": 1378095731,
            "stop": 1378096390
        },
        {
            "start": 1378096392,
            "stop": 1378096784
        },
        {
            "start": 1378096788,
            "stop": 1378097793
        },
        {
            "start": 1378097794,
            "stop": 1378098423
        },
        {
            "start": 1378098425,
            "stop": 1378099661
        },
        {
            "start": 1378099663,
            "stop": 1378100067
        },
        {
            "start": 1378100069,
            "stop": 1378100958
        },
        {
            "start": 1378100960,
            "stop": 1378102089
        },
        {
            "start": 1378102091,
            "stop": 1378103264
        }
    ]
}