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/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1048
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1047",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1048,
    "results": [
        {
            "start": 872699615,
            "stop": 872701235
        },
        {
            "start": 872701652,
            "stop": 872702012
        },
        {
            "start": 872702187,
            "stop": 872702727
        },
        {
            "start": 872703144,
            "stop": 872703414
        },
        {
            "start": 872703564,
            "stop": 872704614
        },
        {
            "start": 872704764,
            "stop": 872706864
        },
        {
            "start": 872708416,
            "stop": 872708836
        },
        {
            "start": 872708967,
            "stop": 872709027
        },
        {
            "start": 872718549,
            "stop": 872720109
        },
        {
            "start": 872720272,
            "stop": 872720452
        },
        {
            "start": 872720804,
            "stop": 872720924
        },
        {
            "start": 872721316,
            "stop": 872725636
        },
        {
            "start": 872725666,
            "stop": 872725726
        },
        {
            "start": 872726101,
            "stop": 872726161
        },
        {
            "start": 872726191,
            "stop": 872727301
        },
        {
            "start": 872727331,
            "stop": 872727601
        },
        {
            "start": 872730226,
            "stop": 872731066
        },
        {
            "start": 872748135,
            "stop": 872756535
        },
        {
            "start": 872757822,
            "stop": 872757942
        },
        {
            "start": 872758103,
            "stop": 872762423
        }
    ]
}