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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4822",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4820",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4821,
    "results": [
        {
            "start": 971082437,
            "stop": 971083016
        },
        {
            "start": 971083019,
            "stop": 971084351
        },
        {
            "start": 971084354,
            "stop": 971085049
        },
        {
            "start": 971085052,
            "stop": 971085236
        },
        {
            "start": 971085239,
            "stop": 971085810
        },
        {
            "start": 971085813,
            "stop": 971087340
        },
        {
            "start": 971087343,
            "stop": 971088095
        },
        {
            "start": 971088098,
            "stop": 971088768
        },
        {
            "start": 971088771,
            "stop": 971089165
        },
        {
            "start": 971089183,
            "stop": 971089471
        },
        {
            "start": 971089474,
            "stop": 971089670
        },
        {
            "start": 971089673,
            "stop": 971091885
        },
        {
            "start": 971091888,
            "stop": 971092377
        },
        {
            "start": 971092380,
            "stop": 971093022
        },
        {
            "start": 971093025,
            "stop": 971093356
        },
        {
            "start": 971093359,
            "stop": 971093392
        },
        {
            "start": 971093395,
            "stop": 971093753
        },
        {
            "start": 971093756,
            "stop": 971093887
        },
        {
            "start": 971093890,
            "stop": 971094216
        },
        {
            "start": 971094219,
            "stop": 971094520
        }
    ]
}