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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 108,
    "results": [
        {
            "start": 1372033452,
            "stop": 1372034138
        },
        {
            "start": 1372034139,
            "stop": 1372034360
        },
        {
            "start": 1372034362,
            "stop": 1372036158
        },
        {
            "start": 1372036160,
            "stop": 1372036369
        },
        {
            "start": 1372036371,
            "stop": 1372037229
        },
        {
            "start": 1372037231,
            "stop": 1372037450
        },
        {
            "start": 1372037452,
            "stop": 1372037926
        },
        {
            "start": 1372037929,
            "stop": 1372038980
        },
        {
            "start": 1372041937,
            "stop": 1372043115
        },
        {
            "start": 1372045393,
            "stop": 1372045976
        },
        {
            "start": 1372045980,
            "stop": 1372046356
        },
        {
            "start": 1372046358,
            "stop": 1372047371
        },
        {
            "start": 1372047372,
            "stop": 1372050187
        },
        {
            "start": 1372050189,
            "stop": 1372050946
        },
        {
            "start": 1372050949,
            "stop": 1372051304
        },
        {
            "start": 1372051309,
            "stop": 1372051449
        },
        {
            "start": 1372051450,
            "stop": 1372052626
        },
        {
            "start": 1372052627,
            "stop": 1372056456
        },
        {
            "start": 1372056457,
            "stop": 1372056459
        },
        {
            "start": 1372056464,
            "stop": 1372058785
        }
    ]
}