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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=40",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 41,
    "results": [
        {
            "start": 1418548957,
            "stop": 1418569333
        },
        {
            "start": 1418594389,
            "stop": 1418661016
        },
        {
            "start": 1418674074,
            "stop": 1418763603
        },
        {
            "start": 1418770437,
            "stop": 1418775110
        },
        {
            "start": 1418780324,
            "stop": 1418804361
        },
        {
            "start": 1418807983,
            "stop": 1418832742
        },
        {
            "start": 1418850053,
            "stop": 1418875723
        },
        {
            "start": 1418884651,
            "stop": 1418892919
        },
        {
            "start": 1418898888,
            "stop": 1418900855
        },
        {
            "start": 1418901645,
            "stop": 1418904117
        },
        {
            "start": 1418911806,
            "stop": 1418914832
        },
        {
            "start": 1418918566,
            "stop": 1418936220
        },
        {
            "start": 1418941960,
            "stop": 1418945106
        },
        {
            "start": 1418948742,
            "stop": 1418970094
        },
        {
            "start": 1418992333,
            "stop": 1419001348
        },
        {
            "start": 1419012801,
            "stop": 1419013477
        },
        {
            "start": 1419143196,
            "stop": 1419158673
        },
        {
            "start": 1419165129,
            "stop": 1419168648
        },
        {
            "start": 1419189930,
            "stop": 1419198289
        },
        {
            "start": 1419205697,
            "stop": 1419212738
        }
    ]
}