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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=220",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 221,
    "results": [
        {
            "start": 1389353080,
            "stop": 1389355386
        },
        {
            "start": 1389362407,
            "stop": 1389366795
        },
        {
            "start": 1389366798,
            "stop": 1389367124
        },
        {
            "start": 1389378289,
            "stop": 1389382803
        },
        {
            "start": 1389382806,
            "stop": 1389384099
        },
        {
            "start": 1389384102,
            "stop": 1389384319
        },
        {
            "start": 1389384322,
            "stop": 1389385803
        },
        {
            "start": 1389385808,
            "stop": 1389387466
        },
        {
            "start": 1389387471,
            "stop": 1389394035
        },
        {
            "start": 1389394038,
            "stop": 1389394416
        },
        {
            "start": 1389401064,
            "stop": 1389401941
        },
        {
            "start": 1389401946,
            "stop": 1389402223
        },
        {
            "start": 1389402226,
            "stop": 1389402720
        },
        {
            "start": 1389402725,
            "stop": 1389403888
        },
        {
            "start": 1389403893,
            "stop": 1389417351
        },
        {
            "start": 1389417354,
            "stop": 1389423812
        },
        {
            "start": 1389423815,
            "stop": 1389431092
        },
        {
            "start": 1389431097,
            "stop": 1389439814
        },
        {
            "start": 1389439817,
            "stop": 1389441580
        },
        {
            "start": 1389441585,
            "stop": 1389444418
        }
    ]
}