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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=36",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 37,
    "results": [
        {
            "start": 816376075,
            "stop": 816376118
        },
        {
            "start": 816376127,
            "stop": 816376128
        },
        {
            "start": 816376137,
            "stop": 816376254
        },
        {
            "start": 816376263,
            "stop": 816376273
        },
        {
            "start": 816376289,
            "stop": 816376290
        },
        {
            "start": 816387210,
            "stop": 816387520
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816408043
        },
        {
            "start": 816408046,
            "stop": 816408387
        },
        {
            "start": 816408392,
            "stop": 816410604
        },
        {
            "start": 816410633,
            "stop": 816411096
        },
        {
            "start": 816411099,
            "stop": 816411198
        },
        {
            "start": 816411203,
            "stop": 816411223
        },
        {
            "start": 816411228,
            "stop": 816411234
        },
        {
            "start": 816411238,
            "stop": 816411243
        },
        {
            "start": 816411252,
            "stop": 816411816
        },
        {
            "start": 816411821,
            "stop": 816413086
        },
        {
            "start": 816413091,
            "stop": 816413776
        },
        {
            "start": 816413780,
            "stop": 816414700
        },
        {
            "start": 816414705,
            "stop": 816414712
        }
    ]
}