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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=84",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 85,
    "results": [
        {
            "start": 952058823,
            "stop": 952060819
        },
        {
            "start": 952065845,
            "stop": 952089448
        },
        {
            "start": 952122139,
            "stop": 952127085
        },
        {
            "start": 952131639,
            "stop": 952136806
        },
        {
            "start": 952136932,
            "stop": 952144363
        },
        {
            "start": 952144815,
            "stop": 952173671
        },
        {
            "start": 952236021,
            "stop": 952239426
        },
        {
            "start": 952240139,
            "stop": 952250860
        },
        {
            "start": 952251703,
            "stop": 952261941
        },
        {
            "start": 952267420,
            "stop": 952269394
        },
        {
            "start": 952273431,
            "stop": 952281859
        },
        {
            "start": 952284000,
            "stop": 952291398
        },
        {
            "start": 952294314,
            "stop": 952294583
        },
        {
            "start": 952294843,
            "stop": 952306318
        },
        {
            "start": 952310295,
            "stop": 952322139
        },
        {
            "start": 952325133,
            "stop": 952327965
        },
        {
            "start": 952328587,
            "stop": 952329413
        },
        {
            "start": 952330129,
            "stop": 952336949
        },
        {
            "start": 952338326,
            "stop": 952342974
        },
        {
            "start": 952344416,
            "stop": 952346854
        }
    ]
}