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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=300",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 301,
    "results": [
        {
            "start": 832772776,
            "stop": 832772836
        },
        {
            "start": 832772986,
            "stop": 832774216
        },
        {
            "start": 832774383,
            "stop": 832774503
        },
        {
            "start": 832774931,
            "stop": 832775051
        },
        {
            "start": 832775232,
            "stop": 832775592
        },
        {
            "start": 832775927,
            "stop": 832776047
        },
        {
            "start": 832777364,
            "stop": 832777484
        },
        {
            "start": 832778016,
            "stop": 832778136
        },
        {
            "start": 832778271,
            "stop": 832778331
        },
        {
            "start": 832778475,
            "stop": 832779075
        },
        {
            "start": 832779224,
            "stop": 832779524
        },
        {
            "start": 832779698,
            "stop": 832780118
        },
        {
            "start": 832780287,
            "stop": 832780437
        },
        {
            "start": 832780527,
            "stop": 832780617
        },
        {
            "start": 832780937,
            "stop": 832781117
        },
        {
            "start": 832781571,
            "stop": 832781691
        },
        {
            "start": 832781865,
            "stop": 832781985
        },
        {
            "start": 832782141,
            "stop": 832782261
        },
        {
            "start": 832782892,
            "stop": 832783072
        },
        {
            "start": 832783394,
            "stop": 832783634
        }
    ]
}