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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=181",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 182,
    "results": [
        {
            "start": 931432948,
            "stop": 931432950
        },
        {
            "start": 931432953,
            "stop": 931432963
        },
        {
            "start": 931432965,
            "stop": 931432979
        },
        {
            "start": 931432981,
            "stop": 931432998
        },
        {
            "start": 931433002,
            "stop": 931433036
        },
        {
            "start": 931433038,
            "stop": 931433055
        },
        {
            "start": 931433058,
            "stop": 931433076
        },
        {
            "start": 931433079,
            "stop": 931433084
        },
        {
            "start": 931433086,
            "stop": 931433114
        },
        {
            "start": 931433116,
            "stop": 931433118
        },
        {
            "start": 931433120,
            "stop": 931433137
        },
        {
            "start": 931433140,
            "stop": 931433142
        },
        {
            "start": 931433145,
            "stop": 931433155
        },
        {
            "start": 931433157,
            "stop": 931433184
        },
        {
            "start": 931433185,
            "stop": 931433188
        },
        {
            "start": 931433190,
            "stop": 931433195
        },
        {
            "start": 931433197,
            "stop": 931433205
        },
        {
            "start": 931433222,
            "stop": 931433228
        },
        {
            "start": 931433230,
            "stop": 931433235
        },
        {
            "start": 931433237,
            "stop": 931433269
        }
    ]
}