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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 185,
    "results": [
        {
            "start": 1384657133,
            "stop": 1384664447
        },
        {
            "start": 1384681282,
            "stop": 1384686276
        },
        {
            "start": 1384686281,
            "stop": 1384686855
        },
        {
            "start": 1384686860,
            "stop": 1384686885
        },
        {
            "start": 1384686890,
            "stop": 1384687339
        },
        {
            "start": 1384687344,
            "stop": 1384692733
        },
        {
            "start": 1384692738,
            "stop": 1384692755
        },
        {
            "start": 1384692760,
            "stop": 1384693199
        },
        {
            "start": 1384693204,
            "stop": 1384693233
        },
        {
            "start": 1384693238,
            "stop": 1384693604
        },
        {
            "start": 1384693609,
            "stop": 1384695625
        },
        {
            "start": 1384695630,
            "stop": 1384697687
        },
        {
            "start": 1384697690,
            "stop": 1384699213
        },
        {
            "start": 1384699218,
            "stop": 1384705694
        },
        {
            "start": 1384705699,
            "stop": 1384708045
        },
        {
            "start": 1384708048,
            "stop": 1384711501
        },
        {
            "start": 1384711506,
            "stop": 1384712501
        },
        {
            "start": 1384719779,
            "stop": 1384719844
        },
        {
            "start": 1384719958,
            "stop": 1384720788
        },
        {
            "start": 1384731350,
            "stop": 1384731522
        }
    ]
}