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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5113",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5111",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5112,
    "results": [
        {
            "start": 1135889877,
            "stop": 1135889910
        },
        {
            "start": 1135889912,
            "stop": 1135889928
        },
        {
            "start": 1135889930,
            "stop": 1135890206
        },
        {
            "start": 1135890208,
            "stop": 1135890214
        },
        {
            "start": 1135890216,
            "stop": 1135890235
        },
        {
            "start": 1135890237,
            "stop": 1135890292
        },
        {
            "start": 1135890294,
            "stop": 1135890302
        },
        {
            "start": 1135890304,
            "stop": 1135890318
        },
        {
            "start": 1135890322,
            "stop": 1135890338
        },
        {
            "start": 1135890340,
            "stop": 1135890343
        },
        {
            "start": 1135890345,
            "stop": 1135890347
        },
        {
            "start": 1135890349,
            "stop": 1135890438
        },
        {
            "start": 1135890440,
            "stop": 1135890442
        },
        {
            "start": 1135890444,
            "stop": 1135890455
        },
        {
            "start": 1135890457,
            "stop": 1135890464
        },
        {
            "start": 1135890466,
            "stop": 1135890474
        },
        {
            "start": 1135890478,
            "stop": 1135890511
        },
        {
            "start": 1135890513,
            "stop": 1135890534
        },
        {
            "start": 1135890536,
            "stop": 1135890553
        },
        {
            "start": 1135890555,
            "stop": 1135890562
        }
    ]
}