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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 154,
    "results": [
        {
            "start": 1373351915,
            "stop": 1373353121
        },
        {
            "start": 1373353123,
            "stop": 1373353663
        },
        {
            "start": 1373353665,
            "stop": 1373355341
        },
        {
            "start": 1373355343,
            "stop": 1373356008
        },
        {
            "start": 1373356010,
            "stop": 1373357247
        },
        {
            "start": 1373357249,
            "stop": 1373357925
        },
        {
            "start": 1373357926,
            "stop": 1373359187
        },
        {
            "start": 1373359189,
            "stop": 1373360165
        },
        {
            "start": 1373360166,
            "stop": 1373361629
        },
        {
            "start": 1373361630,
            "stop": 1373362381
        },
        {
            "start": 1373373116,
            "stop": 1373374186
        },
        {
            "start": 1373374188,
            "stop": 1373374848
        },
        {
            "start": 1373374850,
            "stop": 1373375946
        },
        {
            "start": 1373375947,
            "stop": 1373376477
        },
        {
            "start": 1373376478,
            "stop": 1373378791
        },
        {
            "start": 1373378793,
            "stop": 1373382603
        },
        {
            "start": 1373382608,
            "stop": 1373383338
        },
        {
            "start": 1373383340,
            "stop": 1373384484
        },
        {
            "start": 1373384485,
            "stop": 1373385010
        },
        {
            "start": 1373385012,
            "stop": 1373386729
        }
    ]
}