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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=245",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 246,
    "results": [
        {
            "start": 933277853,
            "stop": 933277927
        },
        {
            "start": 933277946,
            "stop": 933278173
        },
        {
            "start": 933278178,
            "stop": 933278261
        },
        {
            "start": 933278266,
            "stop": 933278597
        },
        {
            "start": 933278617,
            "stop": 933279057
        },
        {
            "start": 933279058,
            "stop": 933279275
        },
        {
            "start": 933279280,
            "stop": 933279422
        },
        {
            "start": 933279423,
            "stop": 933279593
        },
        {
            "start": 933279647,
            "stop": 933279652
        },
        {
            "start": 933279686,
            "stop": 933279715
        },
        {
            "start": 933279734,
            "stop": 933279762
        },
        {
            "start": 933279796,
            "stop": 933279811
        },
        {
            "start": 933279829,
            "stop": 933279830
        },
        {
            "start": 933279874,
            "stop": 933279893
        },
        {
            "start": 933279898,
            "stop": 933279935
        },
        {
            "start": 933280138,
            "stop": 933280142
        },
        {
            "start": 933280282,
            "stop": 933280312
        },
        {
            "start": 933280343,
            "stop": 933280399
        },
        {
            "start": 933280424,
            "stop": 933280433
        },
        {
            "start": 933280452,
            "stop": 933280479
        }
    ]
}