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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=854",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=852",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 853,
    "results": [
        {
            "start": 963564592,
            "stop": 963564823
        },
        {
            "start": 963564829,
            "stop": 963564889
        },
        {
            "start": 963564897,
            "stop": 963565131
        },
        {
            "start": 963568030,
            "stop": 963573170
        },
        {
            "start": 963573176,
            "stop": 963573216
        },
        {
            "start": 963579544,
            "stop": 963581480
        },
        {
            "start": 963587499,
            "stop": 963587556
        },
        {
            "start": 963594663,
            "stop": 963595699
        },
        {
            "start": 963608140,
            "stop": 963609508
        },
        {
            "start": 963610516,
            "stop": 963616522
        },
        {
            "start": 963617625,
            "stop": 963619449
        },
        {
            "start": 963620656,
            "stop": 963629371
        },
        {
            "start": 963630008,
            "stop": 963630766
        },
        {
            "start": 963630771,
            "stop": 963631228
        },
        {
            "start": 963631234,
            "stop": 963631294
        },
        {
            "start": 963631300,
            "stop": 963654513
        },
        {
            "start": 963684258,
            "stop": 963684773
        },
        {
            "start": 963800396,
            "stop": 963800705
        },
        {
            "start": 963810232,
            "stop": 963813771
        },
        {
            "start": 963815362,
            "stop": 963817266
        }
    ]
}