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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=337",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 338,
    "results": [
        {
            "start": 1177138310,
            "stop": 1177164045
        },
        {
            "start": 1177182452,
            "stop": 1177183150
        },
        {
            "start": 1177198948,
            "stop": 1177200200
        },
        {
            "start": 1177209928,
            "stop": 1177215290
        },
        {
            "start": 1177215294,
            "stop": 1177215802
        },
        {
            "start": 1177215806,
            "stop": 1177223289
        },
        {
            "start": 1177225927,
            "stop": 1177234077
        },
        {
            "start": 1177234081,
            "stop": 1177234170
        },
        {
            "start": 1177234174,
            "stop": 1177237353
        },
        {
            "start": 1177237357,
            "stop": 1177244219
        },
        {
            "start": 1177244223,
            "stop": 1177251961
        },
        {
            "start": 1177251964,
            "stop": 1177251973
        },
        {
            "start": 1177251977,
            "stop": 1177252879
        },
        {
            "start": 1177252883,
            "stop": 1177252889
        },
        {
            "start": 1177252895,
            "stop": 1177252903
        },
        {
            "start": 1177252908,
            "stop": 1177252916
        },
        {
            "start": 1177252922,
            "stop": 1177252932
        },
        {
            "start": 1177252934,
            "stop": 1177252942
        },
        {
            "start": 1177252946,
            "stop": 1177252988
        },
        {
            "start": 1177252991,
            "stop": 1177252997
        }
    ]
}