Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=92
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 92,
    "results": [
        {
            "start": 1257800325,
            "stop": 1257800484
        },
        {
            "start": 1257800487,
            "stop": 1257800682
        },
        {
            "start": 1257800685,
            "stop": 1257801470
        },
        {
            "start": 1257801473,
            "stop": 1257802014
        },
        {
            "start": 1257802016,
            "stop": 1257802443
        },
        {
            "start": 1257807043,
            "stop": 1257807072
        },
        {
            "start": 1257807074,
            "stop": 1257807082
        },
        {
            "start": 1257807084,
            "stop": 1257807339
        },
        {
            "start": 1257807340,
            "stop": 1257807391
        },
        {
            "start": 1257807393,
            "stop": 1257807470
        },
        {
            "start": 1257807471,
            "stop": 1257807474
        },
        {
            "start": 1257807475,
            "stop": 1257807481
        },
        {
            "start": 1257807485,
            "stop": 1257807490
        },
        {
            "start": 1257807493,
            "stop": 1257807505
        },
        {
            "start": 1257807506,
            "stop": 1257807510
        },
        {
            "start": 1257807512,
            "stop": 1257807561
        },
        {
            "start": 1257807562,
            "stop": 1257807563
        },
        {
            "start": 1257807564,
            "stop": 1257807933
        },
        {
            "start": 1257807935,
            "stop": 1257808124
        },
        {
            "start": 1257808125,
            "stop": 1257808126
        }
    ]
}