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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=32",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 33,
    "results": [
        {
            "start": 816461038,
            "stop": 816461062
        },
        {
            "start": 816461083,
            "stop": 816461136
        },
        {
            "start": 816461157,
            "stop": 816461179
        },
        {
            "start": 816461236,
            "stop": 816461405
        },
        {
            "start": 816461425,
            "stop": 816461463
        },
        {
            "start": 816461503,
            "stop": 816461517
        },
        {
            "start": 816461564,
            "stop": 816461673
        },
        {
            "start": 816461785,
            "stop": 816461826
        },
        {
            "start": 816461882,
            "stop": 816462036
        },
        {
            "start": 816462080,
            "stop": 816462209
        },
        {
            "start": 816462246,
            "stop": 816462259
        },
        {
            "start": 816462286,
            "stop": 816462335
        },
        {
            "start": 816462383,
            "stop": 816462410
        },
        {
            "start": 816462455,
            "stop": 816462473
        },
        {
            "start": 816462520,
            "stop": 816462795
        },
        {
            "start": 816462845,
            "stop": 816462931
        },
        {
            "start": 816462974,
            "stop": 816463185
        },
        {
            "start": 816463209,
            "stop": 816463318
        },
        {
            "start": 816463338,
            "stop": 816463352
        },
        {
            "start": 816463372,
            "stop": 816463535
        }
    ]
}