Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=51
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=50",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 51,
    "results": [
        {
            "start": 931253330,
            "stop": 931253331
        },
        {
            "start": 931253335,
            "stop": 931253337
        },
        {
            "start": 931253339,
            "stop": 931253371
        },
        {
            "start": 931253373,
            "stop": 931253377
        },
        {
            "start": 931253379,
            "stop": 931253402
        },
        {
            "start": 931253404,
            "stop": 931253440
        },
        {
            "start": 931253442,
            "stop": 931253470
        },
        {
            "start": 931253472,
            "stop": 931253473
        },
        {
            "start": 931253476,
            "stop": 931253486
        },
        {
            "start": 931253491,
            "stop": 931253493
        },
        {
            "start": 931253495,
            "stop": 931253496
        },
        {
            "start": 931253500,
            "stop": 931253536
        },
        {
            "start": 931253538,
            "stop": 931253549
        },
        {
            "start": 931253552,
            "stop": 931253571
        },
        {
            "start": 931253573,
            "stop": 931253574
        },
        {
            "start": 931253576,
            "stop": 931253585
        },
        {
            "start": 931253587,
            "stop": 931253593
        },
        {
            "start": 931253595,
            "stop": 931253603
        },
        {
            "start": 931253609,
            "stop": 931253624
        },
        {
            "start": 931253626,
            "stop": 931253635
        }
    ]
}