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=952
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=953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=951",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 952,
    "results": [
        {
            "start": 867500301,
            "stop": 867500361
        },
        {
            "start": 867500552,
            "stop": 867500612
        },
        {
            "start": 867500849,
            "stop": 867501149
        },
        {
            "start": 867501239,
            "stop": 867501869
        },
        {
            "start": 867502041,
            "stop": 867502341
        },
        {
            "start": 867502983,
            "stop": 867503403
        },
        {
            "start": 867552628,
            "stop": 867558628
        },
        {
            "start": 867559584,
            "stop": 867567864
        },
        {
            "start": 867568143,
            "stop": 867568293
        },
        {
            "start": 867569330,
            "stop": 867571190
        },
        {
            "start": 867571412,
            "stop": 867587492
        },
        {
            "start": 867587841,
            "stop": 867588801
        },
        {
            "start": 867589026,
            "stop": 867603126
        },
        {
            "start": 867603350,
            "stop": 867604310
        },
        {
            "start": 867604482,
            "stop": 867611082
        },
        {
            "start": 867611232,
            "stop": 867614502
        },
        {
            "start": 867614704,
            "stop": 867615124
        },
        {
            "start": 867620687,
            "stop": 867624887
        },
        {
            "start": 867625057,
            "stop": 867626437
        },
        {
            "start": 867626682,
            "stop": 867626982
        }
    ]
}