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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=32",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 33,
    "results": [
        {
            "start": 1400216064,
            "stop": 1400217669
        },
        {
            "start": 1400217674,
            "stop": 1400219738
        },
        {
            "start": 1400219741,
            "stop": 1400221707
        },
        {
            "start": 1400221710,
            "stop": 1400222965
        },
        {
            "start": 1400222967,
            "stop": 1400223602
        },
        {
            "start": 1400223666,
            "stop": 1400223791
        },
        {
            "start": 1400223794,
            "stop": 1400225878
        },
        {
            "start": 1400225882,
            "stop": 1400226059
        },
        {
            "start": 1400228825,
            "stop": 1400237204
        },
        {
            "start": 1400237268,
            "stop": 1400238350
        },
        {
            "start": 1400238355,
            "stop": 1400239397
        },
        {
            "start": 1400239400,
            "stop": 1400239908
        },
        {
            "start": 1400239972,
            "stop": 1400240141
        },
        {
            "start": 1400240146,
            "stop": 1400240251
        },
        {
            "start": 1400240256,
            "stop": 1400240601
        },
        {
            "start": 1400240604,
            "stop": 1400246860
        },
        {
            "start": 1400246865,
            "stop": 1400248004
        },
        {
            "start": 1400248068,
            "stop": 1400248212
        },
        {
            "start": 1400248260,
            "stop": 1400249436
        },
        {
            "start": 1400249532,
            "stop": 1400250011
        }
    ]
}