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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=192",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 193,
    "results": [
        {
            "start": 1181328225,
            "stop": 1181328226
        },
        {
            "start": 1181328227,
            "stop": 1181328316
        },
        {
            "start": 1181328317,
            "stop": 1181328386
        },
        {
            "start": 1181328387,
            "stop": 1181328389
        },
        {
            "start": 1181328391,
            "stop": 1181328394
        },
        {
            "start": 1181328398,
            "stop": 1181328444
        },
        {
            "start": 1181328449,
            "stop": 1181328516
        },
        {
            "start": 1181328527,
            "stop": 1181328529
        },
        {
            "start": 1181328530,
            "stop": 1181328585
        },
        {
            "start": 1181328587,
            "stop": 1181328590
        },
        {
            "start": 1181328591,
            "stop": 1181328594
        },
        {
            "start": 1181328597,
            "stop": 1181328599
        },
        {
            "start": 1181328603,
            "stop": 1181328604
        },
        {
            "start": 1181328605,
            "stop": 1181328656
        },
        {
            "start": 1181328669,
            "stop": 1181328892
        },
        {
            "start": 1181328894,
            "stop": 1181328897
        },
        {
            "start": 1181328899,
            "stop": 1181329007
        },
        {
            "start": 1181329009,
            "stop": 1181329010
        },
        {
            "start": 1181329015,
            "stop": 1181329867
        },
        {
            "start": 1181329868,
            "stop": 1181330710
        }
    ]
}