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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=57",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 58,
    "results": [
        {
            "start": 816461715,
            "stop": 816461719
        },
        {
            "start": 816461724,
            "stop": 816461725
        },
        {
            "start": 816461736,
            "stop": 816461742
        },
        {
            "start": 816461759,
            "stop": 816461763
        },
        {
            "start": 816461769,
            "stop": 816461772
        },
        {
            "start": 816461777,
            "stop": 816461834
        },
        {
            "start": 816461838,
            "stop": 816461843
        },
        {
            "start": 816461846,
            "stop": 816461850
        },
        {
            "start": 816461856,
            "stop": 816461859
        },
        {
            "start": 816461865,
            "stop": 816461870
        },
        {
            "start": 816461874,
            "stop": 816462044
        },
        {
            "start": 816462055,
            "stop": 816462067
        },
        {
            "start": 816462072,
            "stop": 816462217
        },
        {
            "start": 816462224,
            "stop": 816462235
        },
        {
            "start": 816462238,
            "stop": 816462267
        },
        {
            "start": 816462278,
            "stop": 816462343
        },
        {
            "start": 816462348,
            "stop": 816462349
        },
        {
            "start": 816462354,
            "stop": 816462358
        },
        {
            "start": 816462362,
            "stop": 816462367
        },
        {
            "start": 816462375,
            "stop": 816462418
        }
    ]
}