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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=261",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 262,
    "results": [
        {
            "start": 1126910933,
            "stop": 1126910934
        },
        {
            "start": 1126910936,
            "stop": 1126910947
        },
        {
            "start": 1126910949,
            "stop": 1126910950
        },
        {
            "start": 1126910954,
            "stop": 1126910989
        },
        {
            "start": 1126910990,
            "stop": 1126911002
        },
        {
            "start": 1126911003,
            "stop": 1126911006
        },
        {
            "start": 1126911007,
            "stop": 1126911008
        },
        {
            "start": 1126911011,
            "stop": 1126911012
        },
        {
            "start": 1126911014,
            "stop": 1126911032
        },
        {
            "start": 1126911033,
            "stop": 1126911050
        },
        {
            "start": 1126911052,
            "stop": 1126911053
        },
        {
            "start": 1126911055,
            "stop": 1126911066
        },
        {
            "start": 1126911067,
            "stop": 1126911068
        },
        {
            "start": 1126911069,
            "stop": 1126911073
        },
        {
            "start": 1126911075,
            "stop": 1126911088
        },
        {
            "start": 1126911090,
            "stop": 1126911097
        },
        {
            "start": 1126911098,
            "stop": 1126911148
        },
        {
            "start": 1126911149,
            "stop": 1126911346
        },
        {
            "start": 1126911348,
            "stop": 1126911403
        },
        {
            "start": 1126911404,
            "stop": 1126911406
        }
    ]
}