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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4050",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4051,
    "results": [
        {
            "start": 875101248,
            "stop": 875101256
        },
        {
            "start": 875101259,
            "stop": 875101265
        },
        {
            "start": 875101268,
            "stop": 875101312
        },
        {
            "start": 875101315,
            "stop": 875101355
        },
        {
            "start": 875101358,
            "stop": 875101383
        },
        {
            "start": 875101389,
            "stop": 875101404
        },
        {
            "start": 875101407,
            "stop": 875101436
        },
        {
            "start": 875101439,
            "stop": 875101442
        },
        {
            "start": 875101445,
            "stop": 875101468
        },
        {
            "start": 875101473,
            "stop": 875101477
        },
        {
            "start": 875101486,
            "stop": 875101545
        },
        {
            "start": 875101548,
            "stop": 875101593
        },
        {
            "start": 875101596,
            "stop": 875101597
        },
        {
            "start": 875101600,
            "stop": 875101810
        },
        {
            "start": 875101816,
            "stop": 875101847
        },
        {
            "start": 875101850,
            "stop": 875101866
        },
        {
            "start": 875101869,
            "stop": 875101894
        },
        {
            "start": 875101897,
            "stop": 875101953
        },
        {
            "start": 875101956,
            "stop": 875101973
        },
        {
            "start": 875101976,
            "stop": 875102025
        }
    ]
}