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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1767",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1765",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1766,
    "results": [
        {
            "start": 959000275,
            "stop": 959003504
        },
        {
            "start": 959003506,
            "stop": 959008600
        },
        {
            "start": 959008602,
            "stop": 959009424
        },
        {
            "start": 959013469,
            "stop": 959017382
        },
        {
            "start": 959028164,
            "stop": 959030296
        },
        {
            "start": 959030297,
            "stop": 959031623
        },
        {
            "start": 959034278,
            "stop": 959038277
        },
        {
            "start": 959038559,
            "stop": 959039095
        },
        {
            "start": 959039097,
            "stop": 959039319
        },
        {
            "start": 959039321,
            "stop": 959050231
        },
        {
            "start": 959050335,
            "stop": 959050403
        },
        {
            "start": 959052149,
            "stop": 959052541
        },
        {
            "start": 959052543,
            "stop": 959053017
        },
        {
            "start": 959053019,
            "stop": 959053132
        },
        {
            "start": 959053134,
            "stop": 959053152
        },
        {
            "start": 959053156,
            "stop": 959053158
        },
        {
            "start": 959053162,
            "stop": 959059969
        },
        {
            "start": 959060767,
            "stop": 959060965
        },
        {
            "start": 959061708,
            "stop": 959061811
        },
        {
            "start": 959074765,
            "stop": 959076931
        }
    ]
}