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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8370",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8371,
    "results": [
        {
            "start": 874795643,
            "stop": 874795659
        },
        {
            "start": 874795678,
            "stop": 874795819
        },
        {
            "start": 874795836,
            "stop": 874795925
        },
        {
            "start": 874795942,
            "stop": 874795975
        },
        {
            "start": 874795994,
            "stop": 874796078
        },
        {
            "start": 874796097,
            "stop": 874796333
        },
        {
            "start": 874796350,
            "stop": 874796460
        },
        {
            "start": 874796480,
            "stop": 874796528
        },
        {
            "start": 874796551,
            "stop": 874796665
        },
        {
            "start": 874796699,
            "stop": 874796948
        },
        {
            "start": 874796968,
            "stop": 874797143
        },
        {
            "start": 874797167,
            "stop": 874797251
        },
        {
            "start": 874797271,
            "stop": 874797320
        },
        {
            "start": 874797339,
            "stop": 874797512
        },
        {
            "start": 874797529,
            "stop": 874797791
        },
        {
            "start": 874797811,
            "stop": 874797854
        },
        {
            "start": 874797874,
            "stop": 874797917
        },
        {
            "start": 874797937,
            "stop": 874798001
        },
        {
            "start": 874798020,
            "stop": 874798070
        },
        {
            "start": 874798087,
            "stop": 874798277
        }
    ]
}