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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 7,
    "results": [
        {
            "start": 1397394145,
            "stop": 1397395716
        },
        {
            "start": 1397396418,
            "stop": 1397401945
        },
        {
            "start": 1397407573,
            "stop": 1397407745
        },
        {
            "start": 1397418961,
            "stop": 1397419773
        },
        {
            "start": 1397419774,
            "stop": 1397423766
        },
        {
            "start": 1397423771,
            "stop": 1397424626
        },
        {
            "start": 1397427152,
            "stop": 1397429323
        },
        {
            "start": 1397429327,
            "stop": 1397453044
        },
        {
            "start": 1397453049,
            "stop": 1397453659
        },
        {
            "start": 1397453663,
            "stop": 1397456826
        },
        {
            "start": 1397459442,
            "stop": 1397461684
        },
        {
            "start": 1397465461,
            "stop": 1397467502
        },
        {
            "start": 1397467505,
            "stop": 1397478952
        },
        {
            "start": 1397478956,
            "stop": 1397485313
        },
        {
            "start": 1397485318,
            "stop": 1397488011
        },
        {
            "start": 1397507640,
            "stop": 1397508828
        },
        {
            "start": 1397508831,
            "stop": 1397510471
        },
        {
            "start": 1397510474,
            "stop": 1397513271
        },
        {
            "start": 1397513276,
            "stop": 1397514491
        },
        {
            "start": 1397514495,
            "stop": 1397517384
        }
    ]
}