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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=339",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 340,
    "results": [
        {
            "start": 834490891,
            "stop": 834491911
        },
        {
            "start": 834492109,
            "stop": 834492709
        },
        {
            "start": 834492859,
            "stop": 834494869
        },
        {
            "start": 834495108,
            "stop": 834498408
        },
        {
            "start": 834498558,
            "stop": 834500148
        },
        {
            "start": 834500340,
            "stop": 834500730
        },
        {
            "start": 834500910,
            "stop": 834501000
        },
        {
            "start": 834501525,
            "stop": 834501765
        },
        {
            "start": 834505155,
            "stop": 834507975
        },
        {
            "start": 834508309,
            "stop": 834509209
        },
        {
            "start": 834512917,
            "stop": 834513277
        },
        {
            "start": 834514008,
            "stop": 834514188
        },
        {
            "start": 834518913,
            "stop": 834518973
        },
        {
            "start": 834522265,
            "stop": 834522865
        },
        {
            "start": 834523019,
            "stop": 834523139
        },
        {
            "start": 834523290,
            "stop": 834524070
        },
        {
            "start": 834556342,
            "stop": 834558262
        },
        {
            "start": 834558443,
            "stop": 834563603
        },
        {
            "start": 834564683,
            "stop": 834567983
        },
        {
            "start": 834570036,
            "stop": 834570936
        }
    ]
}