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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=183",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 184,
    "results": [
        {
            "start": 840479147,
            "stop": 840479177
        },
        {
            "start": 840479662,
            "stop": 840479713
        },
        {
            "start": 840479727,
            "stop": 840479728
        },
        {
            "start": 840481313,
            "stop": 840481356
        },
        {
            "start": 840481891,
            "stop": 840482413
        },
        {
            "start": 840482422,
            "stop": 840482423
        },
        {
            "start": 840482724,
            "stop": 840483493
        },
        {
            "start": 840485508,
            "stop": 840485644
        },
        {
            "start": 840522536,
            "stop": 840528243
        },
        {
            "start": 840530008,
            "stop": 840540253
        },
        {
            "start": 840540254,
            "stop": 840540255
        },
        {
            "start": 840540424,
            "stop": 840540438
        },
        {
            "start": 840555939,
            "stop": 840557353
        },
        {
            "start": 840557362,
            "stop": 840557364
        },
        {
            "start": 840557480,
            "stop": 840557866
        },
        {
            "start": 840561862,
            "stop": 840562153
        },
        {
            "start": 840562164,
            "stop": 840562166
        },
        {
            "start": 840562912,
            "stop": 840563052
        },
        {
            "start": 840563113,
            "stop": 840563163
        },
        {
            "start": 840563296,
            "stop": 840563413
        }
    ]
}