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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=217",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 218,
    "results": [
        {
            "start": 1375914476,
            "stop": 1375915289
        },
        {
            "start": 1375915291,
            "stop": 1375916157
        },
        {
            "start": 1375916159,
            "stop": 1375917238
        },
        {
            "start": 1375917239,
            "stop": 1375918136
        },
        {
            "start": 1375918137,
            "stop": 1375919094
        },
        {
            "start": 1375919096,
            "stop": 1375919932
        },
        {
            "start": 1375919934,
            "stop": 1375920788
        },
        {
            "start": 1375920790,
            "stop": 1375922276
        },
        {
            "start": 1375922277,
            "stop": 1375923172
        },
        {
            "start": 1375923173,
            "stop": 1375924099
        },
        {
            "start": 1375924101,
            "stop": 1375924338
        },
        {
            "start": 1375924341,
            "stop": 1375925953
        },
        {
            "start": 1375925954,
            "stop": 1375926951
        },
        {
            "start": 1375926953,
            "stop": 1375927950
        },
        {
            "start": 1375927952,
            "stop": 1375929457
        },
        {
            "start": 1375929459,
            "stop": 1375930487
        },
        {
            "start": 1375930489,
            "stop": 1375931499
        },
        {
            "start": 1375931504,
            "stop": 1375931913
        },
        {
            "start": 1375931914,
            "stop": 1375933156
        },
        {
            "start": 1375933158,
            "stop": 1375934367
        }
    ]
}