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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=422",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 423,
    "results": [
        {
            "start": 870058716,
            "stop": 870059869
        },
        {
            "start": 870065090,
            "stop": 870067988
        },
        {
            "start": 870068098,
            "stop": 870068155
        },
        {
            "start": 870068455,
            "stop": 870071463
        },
        {
            "start": 870071573,
            "stop": 870071623
        },
        {
            "start": 870071923,
            "stop": 870085707
        },
        {
            "start": 870085725,
            "stop": 870097542
        },
        {
            "start": 870097596,
            "stop": 870097879
        },
        {
            "start": 870097901,
            "stop": 870097934
        },
        {
            "start": 870097956,
            "stop": 870101987
        },
        {
            "start": 870102008,
            "stop": 870103232
        },
        {
            "start": 870103773,
            "stop": 870105274
        },
        {
            "start": 870105574,
            "stop": 870106882
        },
        {
            "start": 870106903,
            "stop": 870106947
        },
        {
            "start": 870106973,
            "stop": 870108222
        },
        {
            "start": 870108300,
            "stop": 870110604
        },
        {
            "start": 870110716,
            "stop": 870119657
        },
        {
            "start": 870119662,
            "stop": 870122292
        },
        {
            "start": 870122402,
            "stop": 870122678
        },
        {
            "start": 870122978,
            "stop": 870123641
        }
    ]
}