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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=84",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 85,
    "results": [
        {
            "start": 816843732,
            "stop": 816843857
        },
        {
            "start": 816843912,
            "stop": 816843932
        },
        {
            "start": 816844059,
            "stop": 816844061
        },
        {
            "start": 816844100,
            "stop": 816844121
        },
        {
            "start": 816844157,
            "stop": 816844198
        },
        {
            "start": 816844232,
            "stop": 816844310
        },
        {
            "start": 816844330,
            "stop": 816844357
        },
        {
            "start": 816844394,
            "stop": 816844473
        },
        {
            "start": 816844515,
            "stop": 816844521
        },
        {
            "start": 816844601,
            "stop": 816844611
        },
        {
            "start": 816844670,
            "stop": 816844677
        },
        {
            "start": 816844696,
            "stop": 816844721
        },
        {
            "start": 816844757,
            "stop": 816844780
        },
        {
            "start": 816844834,
            "stop": 816844846
        },
        {
            "start": 816844875,
            "stop": 816844889
        },
        {
            "start": 816844908,
            "stop": 816844909
        },
        {
            "start": 816844929,
            "stop": 816844930
        },
        {
            "start": 816844979,
            "stop": 816845004
        },
        {
            "start": 816845040,
            "stop": 816845051
        },
        {
            "start": 816845089,
            "stop": 816845101
        }
    ]
}