Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=101",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 102,
    "results": [
        {
            "start": 816687751,
            "stop": 816687765
        },
        {
            "start": 816687769,
            "stop": 816687804
        },
        {
            "start": 816687826,
            "stop": 816687885
        },
        {
            "start": 816687893,
            "stop": 816687933
        },
        {
            "start": 816687940,
            "stop": 816687957
        },
        {
            "start": 816687965,
            "stop": 816688031
        },
        {
            "start": 816688060,
            "stop": 816688112
        },
        {
            "start": 816688116,
            "stop": 816688119
        },
        {
            "start": 816688124,
            "stop": 816688131
        },
        {
            "start": 816688134,
            "stop": 816688136
        },
        {
            "start": 816688140,
            "stop": 816688165
        },
        {
            "start": 816688202,
            "stop": 816688395
        },
        {
            "start": 816688403,
            "stop": 816688439
        },
        {
            "start": 816688447,
            "stop": 816688494
        },
        {
            "start": 816688498,
            "stop": 816688541
        },
        {
            "start": 816688548,
            "stop": 816688570
        },
        {
            "start": 816688578,
            "stop": 816688635
        },
        {
            "start": 816688642,
            "stop": 816688674
        },
        {
            "start": 816688709,
            "stop": 816688757
        },
        {
            "start": 816688764,
            "stop": 816688768
        }
    ]
}