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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=404",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 405,
    "results": [
        {
            "start": 824878627,
            "stop": 824879088
        },
        {
            "start": 824879467,
            "stop": 824879755
        },
        {
            "start": 824880055,
            "stop": 824880578
        },
        {
            "start": 824880878,
            "stop": 824881072
        },
        {
            "start": 824881182,
            "stop": 824881227
        },
        {
            "start": 824881527,
            "stop": 824882335
        },
        {
            "start": 824882652,
            "stop": 824882721
        },
        {
            "start": 824882740,
            "stop": 824882880
        },
        {
            "start": 824882899,
            "stop": 824882918
        },
        {
            "start": 824882937,
            "stop": 824882984
        },
        {
            "start": 824883022,
            "stop": 824883073
        },
        {
            "start": 824883107,
            "stop": 824883230
        },
        {
            "start": 824883340,
            "stop": 824883351
        },
        {
            "start": 824883651,
            "stop": 824883690
        },
        {
            "start": 824883800,
            "stop": 824885172
        },
        {
            "start": 824885472,
            "stop": 824886033
        },
        {
            "start": 824886143,
            "stop": 824886502
        },
        {
            "start": 824886519,
            "stop": 824886871
        },
        {
            "start": 824887171,
            "stop": 824887533
        },
        {
            "start": 824887606,
            "stop": 824887750
        }
    ]
}