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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=157",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 158,
    "results": [
        {
            "start": 931778496,
            "stop": 931778514
        },
        {
            "start": 931778525,
            "stop": 931778541
        },
        {
            "start": 931778553,
            "stop": 931778584
        },
        {
            "start": 931778590,
            "stop": 931778592
        },
        {
            "start": 931778598,
            "stop": 931778602
        },
        {
            "start": 931778608,
            "stop": 931778614
        },
        {
            "start": 931778625,
            "stop": 931778636
        },
        {
            "start": 931778641,
            "stop": 931778644
        },
        {
            "start": 931778653,
            "stop": 931778657
        },
        {
            "start": 931778664,
            "stop": 931778699
        },
        {
            "start": 931778705,
            "stop": 931778732
        },
        {
            "start": 931778737,
            "stop": 931779001
        },
        {
            "start": 931779007,
            "stop": 931780024
        },
        {
            "start": 931780033,
            "stop": 931780160
        },
        {
            "start": 931780166,
            "stop": 931780193
        },
        {
            "start": 931780199,
            "stop": 931780220
        },
        {
            "start": 931780226,
            "stop": 931780235
        },
        {
            "start": 931780240,
            "stop": 931780247
        },
        {
            "start": 931780253,
            "stop": 931780300
        },
        {
            "start": 931780306,
            "stop": 931780398
        }
    ]
}