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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=42",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 43,
    "results": [
        {
            "start": 817453290,
            "stop": 817453354
        },
        {
            "start": 817453362,
            "stop": 817453383
        },
        {
            "start": 817453391,
            "stop": 817460493
        },
        {
            "start": 817460501,
            "stop": 817460505
        },
        {
            "start": 817460513,
            "stop": 817461825
        },
        {
            "start": 817461833,
            "stop": 817461855
        },
        {
            "start": 817461863,
            "stop": 817461883
        },
        {
            "start": 817461891,
            "stop": 817461920
        },
        {
            "start": 817461958,
            "stop": 817461983
        },
        {
            "start": 817461997,
            "stop": 817462004
        },
        {
            "start": 817462012,
            "stop": 817462015
        },
        {
            "start": 817462023,
            "stop": 817462024
        },
        {
            "start": 817462032,
            "stop": 817462043
        },
        {
            "start": 817462063,
            "stop": 817462073
        },
        {
            "start": 817462081,
            "stop": 817462082
        },
        {
            "start": 817462090,
            "stop": 817462098
        },
        {
            "start": 817462106,
            "stop": 817462719
        },
        {
            "start": 817462738,
            "stop": 817462799
        },
        {
            "start": 817463345,
            "stop": 817464417
        },
        {
            "start": 817464425,
            "stop": 817466915
        }
    ]
}