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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=41",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 42,
    "results": [
        {
            "start": 823447800,
            "stop": 823449969
        },
        {
            "start": 823451371,
            "stop": 823454371
        },
        {
            "start": 823455519,
            "stop": 823456634
        },
        {
            "start": 823458168,
            "stop": 823461120
        },
        {
            "start": 823462403,
            "stop": 823463180
        },
        {
            "start": 823476556,
            "stop": 823477640
        },
        {
            "start": 823481549,
            "stop": 823481668
        },
        {
            "start": 823482289,
            "stop": 823485819
        },
        {
            "start": 823489198,
            "stop": 823507955
        },
        {
            "start": 823508827,
            "stop": 823526661
        },
        {
            "start": 823527489,
            "stop": 823528836
        },
        {
            "start": 823529853,
            "stop": 823531024
        },
        {
            "start": 823531402,
            "stop": 823532378
        },
        {
            "start": 823534090,
            "stop": 823534405
        },
        {
            "start": 823544855,
            "stop": 823545346
        },
        {
            "start": 823546758,
            "stop": 823547948
        },
        {
            "start": 823548976,
            "stop": 823549777
        },
        {
            "start": 823561572,
            "stop": 823561893
        },
        {
            "start": 823571523,
            "stop": 823580171
        },
        {
            "start": 823586337,
            "stop": 823594502
        }
    ]
}