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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 2,
    "results": [
        {
            "start": 1238176278,
            "stop": 1238176322
        },
        {
            "start": 1238176323,
            "stop": 1238176399
        },
        {
            "start": 1238176400,
            "stop": 1238176401
        },
        {
            "start": 1238176403,
            "stop": 1238177073
        },
        {
            "start": 1238177074,
            "stop": 1238177076
        },
        {
            "start": 1238177077,
            "stop": 1238177156
        },
        {
            "start": 1238177158,
            "stop": 1238177410
        },
        {
            "start": 1238177413,
            "stop": 1238178068
        },
        {
            "start": 1238178069,
            "stop": 1238178277
        },
        {
            "start": 1238178280,
            "stop": 1238178362
        },
        {
            "start": 1238178363,
            "stop": 1238178364
        },
        {
            "start": 1238178366,
            "stop": 1238178451
        },
        {
            "start": 1238178454,
            "stop": 1238179235
        },
        {
            "start": 1238179236,
            "stop": 1238179238
        },
        {
            "start": 1238179239,
            "stop": 1238179287
        },
        {
            "start": 1238179288,
            "stop": 1238179291
        },
        {
            "start": 1238179292,
            "stop": 1238179568
        },
        {
            "start": 1238179576,
            "stop": 1238179649
        },
        {
            "start": 1238179650,
            "stop": 1238179651
        },
        {
            "start": 1238179652,
            "stop": 1238179676
        }
    ]
}