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=1878
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=1879",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1877",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1878,
    "results": [
        {
            "start": 1251014305,
            "stop": 1251014346
        },
        {
            "start": 1251014356,
            "stop": 1251014396
        },
        {
            "start": 1251014397,
            "stop": 1251014439
        },
        {
            "start": 1251014440,
            "stop": 1251014472
        },
        {
            "start": 1251014476,
            "stop": 1251014481
        },
        {
            "start": 1251014482,
            "stop": 1251014955
        },
        {
            "start": 1251014958,
            "stop": 1251021519
        },
        {
            "start": 1251021522,
            "stop": 1251021786
        },
        {
            "start": 1251021794,
            "stop": 1251022545
        },
        {
            "start": 1251022548,
            "stop": 1251024050
        },
        {
            "start": 1251024053,
            "stop": 1251024244
        },
        {
            "start": 1251024247,
            "stop": 1251027908
        },
        {
            "start": 1251027911,
            "stop": 1251028081
        },
        {
            "start": 1251028084,
            "stop": 1251030112
        },
        {
            "start": 1251030115,
            "stop": 1251031408
        },
        {
            "start": 1251031411,
            "stop": 1251033033
        },
        {
            "start": 1251033036,
            "stop": 1251034947
        },
        {
            "start": 1251034950,
            "stop": 1251036774
        },
        {
            "start": 1251036777,
            "stop": 1251037673
        },
        {
            "start": 1251037676,
            "stop": 1251039135
        }
    ]
}