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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9790",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9791,
    "results": [
        {
            "start": 873808629,
            "stop": 873810311
        },
        {
            "start": 873810314,
            "stop": 873810839
        },
        {
            "start": 873810842,
            "stop": 873811015
        },
        {
            "start": 873811018,
            "stop": 873811049
        },
        {
            "start": 873811052,
            "stop": 873811213
        },
        {
            "start": 873811216,
            "stop": 873811391
        },
        {
            "start": 873811394,
            "stop": 873811477
        },
        {
            "start": 873811480,
            "stop": 873811602
        },
        {
            "start": 873811606,
            "stop": 873811991
        },
        {
            "start": 873812306,
            "stop": 873812731
        },
        {
            "start": 873812734,
            "stop": 873812746
        },
        {
            "start": 873812749,
            "stop": 873813142
        },
        {
            "start": 873813143,
            "stop": 873813293
        },
        {
            "start": 873813296,
            "stop": 873813327
        },
        {
            "start": 873813330,
            "stop": 873813333
        },
        {
            "start": 873813336,
            "stop": 873813379
        },
        {
            "start": 873813382,
            "stop": 873813729
        },
        {
            "start": 873813732,
            "stop": 873813866
        },
        {
            "start": 873813867,
            "stop": 873813933
        },
        {
            "start": 873813936,
            "stop": 873814003
        }
    ]
}