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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=348",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 349,
    "results": [
        {
            "start": 1177433639,
            "stop": 1177433643
        },
        {
            "start": 1177433650,
            "stop": 1177433654
        },
        {
            "start": 1177433662,
            "stop": 1177433665
        },
        {
            "start": 1177433673,
            "stop": 1177433677
        },
        {
            "start": 1177433686,
            "stop": 1177433692
        },
        {
            "start": 1177433699,
            "stop": 1177433705
        },
        {
            "start": 1177433707,
            "stop": 1177433779
        },
        {
            "start": 1177433784,
            "stop": 1177433791
        },
        {
            "start": 1177433794,
            "stop": 1177433803
        },
        {
            "start": 1177433809,
            "stop": 1177433813
        },
        {
            "start": 1177433818,
            "stop": 1177433824
        },
        {
            "start": 1177433828,
            "stop": 1177433917
        },
        {
            "start": 1177433919,
            "stop": 1177434204
        },
        {
            "start": 1177434209,
            "stop": 1177434212
        },
        {
            "start": 1177434218,
            "stop": 1177434225
        },
        {
            "start": 1177434227,
            "stop": 1177434237
        },
        {
            "start": 1177434240,
            "stop": 1177434247
        },
        {
            "start": 1177434251,
            "stop": 1177434265
        },
        {
            "start": 1177434267,
            "stop": 1177434273
        },
        {
            "start": 1177434280,
            "stop": 1177434285
        }
    ]
}