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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=321",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 322,
    "results": [
        {
            "start": 823332264,
            "stop": 823332293
        },
        {
            "start": 823332303,
            "stop": 823332335
        },
        {
            "start": 823332342,
            "stop": 823332369
        },
        {
            "start": 823332376,
            "stop": 823332402
        },
        {
            "start": 823332407,
            "stop": 823332482
        },
        {
            "start": 823332494,
            "stop": 823332571
        },
        {
            "start": 823332577,
            "stop": 823332624
        },
        {
            "start": 823332634,
            "stop": 823332710
        },
        {
            "start": 823332716,
            "stop": 823332739
        },
        {
            "start": 823332751,
            "stop": 823332783
        },
        {
            "start": 823332789,
            "stop": 823332804
        },
        {
            "start": 823332810,
            "stop": 823332866
        },
        {
            "start": 823332887,
            "stop": 823332897
        },
        {
            "start": 823332905,
            "stop": 823332928
        },
        {
            "start": 823332938,
            "stop": 823332998
        },
        {
            "start": 823333007,
            "stop": 823333025
        },
        {
            "start": 823333044,
            "stop": 823333053
        },
        {
            "start": 823333064,
            "stop": 823333167
        },
        {
            "start": 823333172,
            "stop": 823333187
        },
        {
            "start": 823333192,
            "stop": 823333312
        }
    ]
}