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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=379",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 380,
    "results": [
        {
            "start": 821761965,
            "stop": 821761967
        },
        {
            "start": 821761970,
            "stop": 821761982
        },
        {
            "start": 821761990,
            "stop": 821762000
        },
        {
            "start": 821762005,
            "stop": 821762006
        },
        {
            "start": 821762009,
            "stop": 821762013
        },
        {
            "start": 821762016,
            "stop": 821762018
        },
        {
            "start": 821762023,
            "stop": 821762024
        },
        {
            "start": 821762029,
            "stop": 821762032
        },
        {
            "start": 821762037,
            "stop": 821762039
        },
        {
            "start": 821762053,
            "stop": 821762054
        },
        {
            "start": 821762062,
            "stop": 821762064
        },
        {
            "start": 821762068,
            "stop": 821762073
        },
        {
            "start": 821762087,
            "stop": 821762095
        },
        {
            "start": 821762108,
            "stop": 821762113
        },
        {
            "start": 821762117,
            "stop": 821762124
        },
        {
            "start": 821762130,
            "stop": 821762131
        },
        {
            "start": 821762137,
            "stop": 821762141
        },
        {
            "start": 821762148,
            "stop": 821762153
        },
        {
            "start": 821762166,
            "stop": 821762167
        },
        {
            "start": 821762170,
            "stop": 821762173
        }
    ]
}