Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=47
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 47,
    "results": [
        {
            "start": 1238618856,
            "stop": 1238618919
        },
        {
            "start": 1238618922,
            "stop": 1238618924
        },
        {
            "start": 1238618927,
            "stop": 1238618939
        },
        {
            "start": 1238618943,
            "stop": 1238618958
        },
        {
            "start": 1238618962,
            "stop": 1238618966
        },
        {
            "start": 1238618967,
            "stop": 1238618972
        },
        {
            "start": 1238618978,
            "stop": 1238618980
        },
        {
            "start": 1238618981,
            "stop": 1238618987
        },
        {
            "start": 1238618988,
            "stop": 1238619004
        },
        {
            "start": 1238619007,
            "stop": 1238619021
        },
        {
            "start": 1238619022,
            "stop": 1238619026
        },
        {
            "start": 1238619027,
            "stop": 1238619069
        },
        {
            "start": 1238619070,
            "stop": 1238619073
        },
        {
            "start": 1238619076,
            "stop": 1238619133
        },
        {
            "start": 1238619136,
            "stop": 1238619156
        },
        {
            "start": 1238619159,
            "stop": 1238619161
        },
        {
            "start": 1238619164,
            "stop": 1238619169
        },
        {
            "start": 1238619171,
            "stop": 1238619187
        },
        {
            "start": 1238619190,
            "stop": 1238619276
        },
        {
            "start": 1238619279,
            "stop": 1238619343
        }
    ]
}