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=1037
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=1038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1036",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1037,
    "results": [
        {
            "start": 872387691,
            "stop": 872388591
        },
        {
            "start": 872388746,
            "stop": 872388866
        },
        {
            "start": 872389002,
            "stop": 872389362
        },
        {
            "start": 872389523,
            "stop": 872390123
        },
        {
            "start": 872390452,
            "stop": 872396992
        },
        {
            "start": 872397239,
            "stop": 872397479
        },
        {
            "start": 872397742,
            "stop": 872399122
        },
        {
            "start": 872399298,
            "stop": 872401278
        },
        {
            "start": 872401430,
            "stop": 872403050
        },
        {
            "start": 872403249,
            "stop": 872403669
        },
        {
            "start": 872404433,
            "stop": 872404553
        },
        {
            "start": 872404694,
            "stop": 872404874
        },
        {
            "start": 872405187,
            "stop": 872405487
        },
        {
            "start": 872405653,
            "stop": 872408773
        },
        {
            "start": 872408910,
            "stop": 872410290
        },
        {
            "start": 872411754,
            "stop": 872411994
        },
        {
            "start": 872412200,
            "stop": 872412320
        },
        {
            "start": 872412582,
            "stop": 872412942
        },
        {
            "start": 872413100,
            "stop": 872414060
        },
        {
            "start": 872414933,
            "stop": 872415173
        }
    ]
}