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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=228",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 229,
    "results": [
        {
            "start": 845232755,
            "stop": 845238253
        },
        {
            "start": 845312859,
            "stop": 845318186
        },
        {
            "start": 845318694,
            "stop": 845321055
        },
        {
            "start": 845321437,
            "stop": 845325493
        },
        {
            "start": 845325530,
            "stop": 845325531
        },
        {
            "start": 845325679,
            "stop": 845329933
        },
        {
            "start": 845330997,
            "stop": 845359543
        },
        {
            "start": 845359547,
            "stop": 845363731
        },
        {
            "start": 845363735,
            "stop": 845377212
        },
        {
            "start": 845381950,
            "stop": 845398933
        },
        {
            "start": 845411788,
            "stop": 845421354
        },
        {
            "start": 845435003,
            "stop": 845447033
        },
        {
            "start": 845448750,
            "stop": 845483875
        },
        {
            "start": 845484261,
            "stop": 845486773
        },
        {
            "start": 845486782,
            "stop": 845486783
        },
        {
            "start": 845486893,
            "stop": 845503693
        },
        {
            "start": 845503700,
            "stop": 845503701
        },
        {
            "start": 845503807,
            "stop": 845504045
        },
        {
            "start": 845510815,
            "stop": 845540402
        },
        {
            "start": 845542958,
            "stop": 845570176
        }
    ]
}