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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=904",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 905,
    "results": [
        {
            "start": 867568113,
            "stop": 867568293
        },
        {
            "start": 867569330,
            "stop": 867571190
        },
        {
            "start": 867571412,
            "stop": 867575012
        },
        {
            "start": 867575042,
            "stop": 867575312
        },
        {
            "start": 867575342,
            "stop": 867577052
        },
        {
            "start": 867577202,
            "stop": 867587492
        },
        {
            "start": 867587841,
            "stop": 867588801
        },
        {
            "start": 867589026,
            "stop": 867603126
        },
        {
            "start": 867603350,
            "stop": 867604310
        },
        {
            "start": 867604482,
            "stop": 867614502
        },
        {
            "start": 867614704,
            "stop": 867615124
        },
        {
            "start": 867621404,
            "stop": 867624884
        },
        {
            "start": 867625045,
            "stop": 867626545
        },
        {
            "start": 867626681,
            "stop": 867628301
        },
        {
            "start": 867630509,
            "stop": 867633089
        },
        {
            "start": 867633286,
            "stop": 867635446
        },
        {
            "start": 867635506,
            "stop": 867645046
        },
        {
            "start": 867645196,
            "stop": 867645406
        },
        {
            "start": 867645676,
            "stop": 867645766
        },
        {
            "start": 867646066,
            "stop": 867646336
        }
    ]
}