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=2167
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=2168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2166",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2167,
    "results": [
        {
            "start": 872426018,
            "stop": 872426050
        },
        {
            "start": 872426068,
            "stop": 872426083
        },
        {
            "start": 872426101,
            "stop": 872426111
        },
        {
            "start": 872426146,
            "stop": 872426176
        },
        {
            "start": 872426197,
            "stop": 872426213
        },
        {
            "start": 872426262,
            "stop": 872426305
        },
        {
            "start": 872426322,
            "stop": 872426348
        },
        {
            "start": 872426366,
            "stop": 872426482
        },
        {
            "start": 872426505,
            "stop": 872426613
        },
        {
            "start": 872426647,
            "stop": 872426714
        },
        {
            "start": 872426747,
            "stop": 872426774
        },
        {
            "start": 872426791,
            "stop": 872426943
        },
        {
            "start": 872426960,
            "stop": 872427011
        },
        {
            "start": 872427043,
            "stop": 872427083
        },
        {
            "start": 872427115,
            "stop": 872427123
        },
        {
            "start": 872427182,
            "stop": 872427193
        },
        {
            "start": 872427266,
            "stop": 872427297
        },
        {
            "start": 872427341,
            "stop": 872427342
        },
        {
            "start": 872427373,
            "stop": 872427376
        },
        {
            "start": 872427428,
            "stop": 872427488
        }
    ]
}