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=9086
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=9087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9085",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9086,
    "results": [
        {
            "start": 874673216,
            "stop": 874673422
        },
        {
            "start": 874673441,
            "stop": 874673521
        },
        {
            "start": 874673555,
            "stop": 874673580
        },
        {
            "start": 874673760,
            "stop": 874673880
        },
        {
            "start": 874674000,
            "stop": 874674152
        },
        {
            "start": 874674169,
            "stop": 874674296
        },
        {
            "start": 874674314,
            "stop": 874674420
        },
        {
            "start": 874674480,
            "stop": 874674523
        },
        {
            "start": 874674900,
            "stop": 874674937
        },
        {
            "start": 874674961,
            "stop": 874674969
        },
        {
            "start": 874674986,
            "stop": 874675050
        },
        {
            "start": 874676490,
            "stop": 874676518
        },
        {
            "start": 874676535,
            "stop": 874676544
        },
        {
            "start": 874676561,
            "stop": 874676581
        },
        {
            "start": 874676600,
            "stop": 874676658
        },
        {
            "start": 874676675,
            "stop": 874676763
        },
        {
            "start": 874676780,
            "stop": 874676823
        },
        {
            "start": 874676841,
            "stop": 874676852
        },
        {
            "start": 874676869,
            "stop": 874676871
        },
        {
            "start": 874676914,
            "stop": 874676956
        }
    ]
}