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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=60",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 61,
    "results": [
        {
            "start": 931565050,
            "stop": 931565056
        },
        {
            "start": 931565074,
            "stop": 931565082
        },
        {
            "start": 931565092,
            "stop": 931565101
        },
        {
            "start": 931565108,
            "stop": 931565109
        },
        {
            "start": 931565119,
            "stop": 931565121
        },
        {
            "start": 931565153,
            "stop": 931565157
        },
        {
            "start": 931565178,
            "stop": 931565188
        },
        {
            "start": 931565202,
            "stop": 931565210
        },
        {
            "start": 931565261,
            "stop": 931565278
        },
        {
            "start": 931565291,
            "stop": 931565293
        },
        {
            "start": 931565300,
            "stop": 931565318
        },
        {
            "start": 931565328,
            "stop": 931565339
        },
        {
            "start": 931565360,
            "stop": 931565371
        },
        {
            "start": 931565379,
            "stop": 931565380
        },
        {
            "start": 931565387,
            "stop": 931565391
        },
        {
            "start": 931565398,
            "stop": 931565403
        },
        {
            "start": 931565410,
            "stop": 931565417
        },
        {
            "start": 931565431,
            "stop": 931565432
        },
        {
            "start": 931565459,
            "stop": 931565462
        },
        {
            "start": 931565482,
            "stop": 931565493
        }
    ]
}