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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=243",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 244,
    "results": [
        {
            "start": 1376580433,
            "stop": 1376581082
        },
        {
            "start": 1376581083,
            "stop": 1376582504
        },
        {
            "start": 1376582505,
            "stop": 1376583129
        },
        {
            "start": 1376583131,
            "stop": 1376585667
        },
        {
            "start": 1376585669,
            "stop": 1376587846
        },
        {
            "start": 1376587848,
            "stop": 1376588381
        },
        {
            "start": 1376588382,
            "stop": 1376588896
        },
        {
            "start": 1376588898,
            "stop": 1376590568
        },
        {
            "start": 1376590570,
            "stop": 1376591556
        },
        {
            "start": 1376591558,
            "stop": 1376592596
        },
        {
            "start": 1376592597,
            "stop": 1376592677
        },
        {
            "start": 1376592680,
            "stop": 1376593156
        },
        {
            "start": 1376593295,
            "stop": 1376593586
        },
        {
            "start": 1376593587,
            "stop": 1376594503
        },
        {
            "start": 1376594505,
            "stop": 1376595523
        },
        {
            "start": 1376595524,
            "stop": 1376595874
        },
        {
            "start": 1376595986,
            "stop": 1376596031
        },
        {
            "start": 1376596101,
            "stop": 1376596400
        },
        {
            "start": 1376596401,
            "stop": 1376597582
        },
        {
            "start": 1376597584,
            "stop": 1376598480
        }
    ]
}