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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=25",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 26,
    "results": [
        {
            "start": 931596640,
            "stop": 931596646
        },
        {
            "start": 931596680,
            "stop": 931596686
        },
        {
            "start": 931596822,
            "stop": 931596832
        },
        {
            "start": 931597044,
            "stop": 931597048
        },
        {
            "start": 931597384,
            "stop": 931597385
        },
        {
            "start": 931597602,
            "stop": 931597611
        },
        {
            "start": 931597742,
            "stop": 931597774
        },
        {
            "start": 931597851,
            "stop": 931597854
        },
        {
            "start": 931597960,
            "stop": 931597971
        },
        {
            "start": 931598009,
            "stop": 931598014
        },
        {
            "start": 931598080,
            "stop": 931598099
        },
        {
            "start": 931598118,
            "stop": 931598136
        },
        {
            "start": 931598186,
            "stop": 931598189
        },
        {
            "start": 931598298,
            "stop": 931598303
        },
        {
            "start": 931598378,
            "stop": 931598412
        },
        {
            "start": 931598628,
            "stop": 931598637
        },
        {
            "start": 931598680,
            "stop": 931598684
        },
        {
            "start": 931598704,
            "stop": 931598705
        },
        {
            "start": 931598740,
            "stop": 931598748
        },
        {
            "start": 931598828,
            "stop": 931598834
        }
    ]
}