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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=347",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 348,
    "results": [
        {
            "start": 1383145033,
            "stop": 1383170097
        },
        {
            "start": 1383170102,
            "stop": 1383170147
        },
        {
            "start": 1383170150,
            "stop": 1383172395
        },
        {
            "start": 1383183510,
            "stop": 1383186878
        },
        {
            "start": 1383186881,
            "stop": 1383196262
        },
        {
            "start": 1383196265,
            "stop": 1383208417
        },
        {
            "start": 1383208420,
            "stop": 1383236029
        },
        {
            "start": 1383240608,
            "stop": 1383245232
        },
        {
            "start": 1383245236,
            "stop": 1383246406
        },
        {
            "start": 1383246411,
            "stop": 1383247126
        },
        {
            "start": 1383251102,
            "stop": 1383251824
        },
        {
            "start": 1383260273,
            "stop": 1383267280
        },
        {
            "start": 1383267285,
            "stop": 1383272187
        },
        {
            "start": 1383272190,
            "stop": 1383275546
        },
        {
            "start": 1383275547,
            "stop": 1383276556
        },
        {
            "start": 1383276561,
            "stop": 1383284423
        },
        {
            "start": 1383284426,
            "stop": 1383289888
        },
        {
            "start": 1383289892,
            "stop": 1383296586
        },
        {
            "start": 1383296591,
            "stop": 1383307036
        },
        {
            "start": 1383307038,
            "stop": 1383318102
        }
    ]
}