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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=59",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 60,
    "results": [
        {
            "start": 816468181,
            "stop": 816468183
        },
        {
            "start": 816468188,
            "stop": 816468192
        },
        {
            "start": 816468196,
            "stop": 816468324
        },
        {
            "start": 816468331,
            "stop": 816468332
        },
        {
            "start": 816468338,
            "stop": 816468340
        },
        {
            "start": 816468348,
            "stop": 816468378
        },
        {
            "start": 816468382,
            "stop": 816468440
        },
        {
            "start": 816468444,
            "stop": 816468456
        },
        {
            "start": 816468461,
            "stop": 816468580
        },
        {
            "start": 816468584,
            "stop": 816468642
        },
        {
            "start": 816468646,
            "stop": 816468651
        },
        {
            "start": 816468682,
            "stop": 816468688
        },
        {
            "start": 816468691,
            "stop": 816468769
        },
        {
            "start": 816468773,
            "stop": 816468827
        },
        {
            "start": 816468831,
            "stop": 816468832
        },
        {
            "start": 816468836,
            "stop": 816468849
        },
        {
            "start": 816468853,
            "stop": 816468864
        },
        {
            "start": 816468868,
            "stop": 816468870
        },
        {
            "start": 816468877,
            "stop": 816469030
        },
        {
            "start": 816469035,
            "stop": 816469036
        }
    ]
}