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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=350",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 351,
    "results": [
        {
            "start": 1177438887,
            "stop": 1177438895
        },
        {
            "start": 1177438899,
            "stop": 1177438907
        },
        {
            "start": 1177438911,
            "stop": 1177438918
        },
        {
            "start": 1177438919,
            "stop": 1177439071
        },
        {
            "start": 1177439074,
            "stop": 1177439082
        },
        {
            "start": 1177439085,
            "stop": 1177439377
        },
        {
            "start": 1177439380,
            "stop": 1177439385
        },
        {
            "start": 1177439392,
            "stop": 1177439396
        },
        {
            "start": 1177439402,
            "stop": 1177439422
        },
        {
            "start": 1177439426,
            "stop": 1177439748
        },
        {
            "start": 1177439752,
            "stop": 1177441139
        },
        {
            "start": 1177441143,
            "stop": 1177441657
        },
        {
            "start": 1177441661,
            "stop": 1177442739
        },
        {
            "start": 1177442741,
            "stop": 1177442748
        },
        {
            "start": 1177442755,
            "stop": 1177442761
        },
        {
            "start": 1177442766,
            "stop": 1177442774
        },
        {
            "start": 1177442779,
            "stop": 1177442786
        },
        {
            "start": 1177442788,
            "stop": 1177442811
        },
        {
            "start": 1177442816,
            "stop": 1177444368
        },
        {
            "start": 1177444371,
            "stop": 1177444380
        }
    ]
}