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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 33,
    "results": [
        {
            "start": 1238543276,
            "stop": 1238543311
        },
        {
            "start": 1238543313,
            "stop": 1238543317
        },
        {
            "start": 1238543318,
            "stop": 1238543339
        },
        {
            "start": 1238543340,
            "stop": 1238543342
        },
        {
            "start": 1238543343,
            "stop": 1238543356
        },
        {
            "start": 1238546544,
            "stop": 1238546755
        },
        {
            "start": 1238546758,
            "stop": 1238547641
        },
        {
            "start": 1238547644,
            "stop": 1238547708
        },
        {
            "start": 1238547709,
            "stop": 1238547715
        },
        {
            "start": 1238547716,
            "stop": 1238547744
        },
        {
            "start": 1238547746,
            "stop": 1238548987
        },
        {
            "start": 1238548990,
            "stop": 1238550330
        },
        {
            "start": 1238550332,
            "stop": 1238551438
        },
        {
            "start": 1238551441,
            "stop": 1238551706
        },
        {
            "start": 1238551709,
            "stop": 1238551857
        },
        {
            "start": 1238551860,
            "stop": 1238552467
        },
        {
            "start": 1238552471,
            "stop": 1238553117
        },
        {
            "start": 1238553119,
            "stop": 1238553451
        },
        {
            "start": 1238553453,
            "stop": 1238554847
        },
        {
            "start": 1238554848,
            "stop": 1238554849
        }
    ]
}