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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=155",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 156,
    "results": [
        {
            "start": 818734605,
            "stop": 818734675
        },
        {
            "start": 818734684,
            "stop": 818734711
        },
        {
            "start": 818734719,
            "stop": 818734747
        },
        {
            "start": 818734766,
            "stop": 818734770
        },
        {
            "start": 818734778,
            "stop": 818734789
        },
        {
            "start": 818734815,
            "stop": 818734824
        },
        {
            "start": 818734833,
            "stop": 818734839
        },
        {
            "start": 818734867,
            "stop": 818734877
        },
        {
            "start": 818734885,
            "stop": 818734913
        },
        {
            "start": 818734927,
            "stop": 818734930
        },
        {
            "start": 818734939,
            "stop": 818734973
        },
        {
            "start": 818735000,
            "stop": 818735005
        },
        {
            "start": 818735021,
            "stop": 818735023
        },
        {
            "start": 818735044,
            "stop": 818735052
        },
        {
            "start": 818735068,
            "stop": 818735072
        },
        {
            "start": 818735113,
            "stop": 818735149
        },
        {
            "start": 818735184,
            "stop": 818735194
        },
        {
            "start": 818735202,
            "stop": 818735203
        },
        {
            "start": 818735211,
            "stop": 818735216
        },
        {
            "start": 818735232,
            "stop": 818735235
        }
    ]
}