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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 125,
    "results": [
        {
            "start": 1239486514,
            "stop": 1239486637
        },
        {
            "start": 1239486638,
            "stop": 1239486640
        },
        {
            "start": 1239486641,
            "stop": 1239486740
        },
        {
            "start": 1239486741,
            "stop": 1239486895
        },
        {
            "start": 1239486897,
            "stop": 1239486903
        },
        {
            "start": 1239486904,
            "stop": 1239486933
        },
        {
            "start": 1239486934,
            "stop": 1239487471
        },
        {
            "start": 1239487473,
            "stop": 1239487690
        },
        {
            "start": 1239487693,
            "stop": 1239487725
        },
        {
            "start": 1239487728,
            "stop": 1239487755
        },
        {
            "start": 1239487757,
            "stop": 1239487793
        },
        {
            "start": 1239487796,
            "stop": 1239488069
        },
        {
            "start": 1239488077,
            "stop": 1239488350
        },
        {
            "start": 1239488353,
            "stop": 1239488411
        },
        {
            "start": 1239488414,
            "stop": 1239489238
        },
        {
            "start": 1239489241,
            "stop": 1239489983
        },
        {
            "start": 1239489984,
            "stop": 1239489985
        },
        {
            "start": 1239489986,
            "stop": 1239490122
        },
        {
            "start": 1239490123,
            "stop": 1239490124
        },
        {
            "start": 1239490125,
            "stop": 1239490602
        }
    ]
}