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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=54",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 55,
    "results": [
        {
            "start": 1404131801,
            "stop": 1404131811
        },
        {
            "start": 1404131813,
            "stop": 1404131863
        },
        {
            "start": 1404131864,
            "stop": 1404131903
        },
        {
            "start": 1404131904,
            "stop": 1404132468
        },
        {
            "start": 1404170925,
            "stop": 1404173432
        },
        {
            "start": 1404173439,
            "stop": 1404177594
        },
        {
            "start": 1404177606,
            "stop": 1404178652
        },
        {
            "start": 1404178653,
            "stop": 1404180790
        },
        {
            "start": 1404180791,
            "stop": 1404180823
        },
        {
            "start": 1404186993,
            "stop": 1404188010
        },
        {
            "start": 1404188011,
            "stop": 1404188022
        },
        {
            "start": 1404188024,
            "stop": 1404188045
        },
        {
            "start": 1404188078,
            "stop": 1404188289
        },
        {
            "start": 1404188296,
            "stop": 1404196396
        },
        {
            "start": 1404206446,
            "stop": 1404211755
        },
        {
            "start": 1404217292,
            "stop": 1404228631
        },
        {
            "start": 1404228636,
            "stop": 1404229004
        },
        {
            "start": 1404229011,
            "stop": 1404229610
        },
        {
            "start": 1404229617,
            "stop": 1404230475
        },
        {
            "start": 1404250238,
            "stop": 1404251999
        }
    ]
}