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_CAT2/segments?format=api&page=1904
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=1905",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1903",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1904,
    "results": [
        {
            "start": 1251652674,
            "stop": 1251654606
        },
        {
            "start": 1251654609,
            "stop": 1251655041
        },
        {
            "start": 1251655044,
            "stop": 1251655058
        },
        {
            "start": 1251655061,
            "stop": 1251655464
        },
        {
            "start": 1251655467,
            "stop": 1251655533
        },
        {
            "start": 1251655536,
            "stop": 1251656604
        },
        {
            "start": 1251656607,
            "stop": 1251658368
        },
        {
            "start": 1251658371,
            "stop": 1251658388
        },
        {
            "start": 1251658391,
            "stop": 1251659304
        },
        {
            "start": 1251659307,
            "stop": 1251662434
        },
        {
            "start": 1251675008,
            "stop": 1251676556
        },
        {
            "start": 1251676781,
            "stop": 1251678202
        },
        {
            "start": 1251678210,
            "stop": 1251678303
        },
        {
            "start": 1251678306,
            "stop": 1251678789
        },
        {
            "start": 1251678792,
            "stop": 1251679188
        },
        {
            "start": 1251679191,
            "stop": 1251679258
        },
        {
            "start": 1251679260,
            "stop": 1251679708
        },
        {
            "start": 1251679711,
            "stop": 1251680271
        },
        {
            "start": 1251680278,
            "stop": 1251680794
        },
        {
            "start": 1251680797,
            "stop": 1251681137
        }
    ]
}