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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=114",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 115,
    "results": [
        {
            "start": 825574038,
            "stop": 825574040
        },
        {
            "start": 825574042,
            "stop": 825578970
        },
        {
            "start": 825579030,
            "stop": 825579040
        },
        {
            "start": 825579150,
            "stop": 825579968
        },
        {
            "start": 825580268,
            "stop": 825580322
        },
        {
            "start": 825580432,
            "stop": 825581728
        },
        {
            "start": 825585263,
            "stop": 825585831
        },
        {
            "start": 825585833,
            "stop": 825586461
        },
        {
            "start": 825586463,
            "stop": 825586467
        },
        {
            "start": 825586471,
            "stop": 825586500
        },
        {
            "start": 825586503,
            "stop": 825586506
        },
        {
            "start": 825586508,
            "stop": 825587855
        },
        {
            "start": 825588155,
            "stop": 825588275
        },
        {
            "start": 825588385,
            "stop": 825589802
        },
        {
            "start": 825590102,
            "stop": 825590168
        },
        {
            "start": 825590278,
            "stop": 825590523
        },
        {
            "start": 825597440,
            "stop": 825605398
        },
        {
            "start": 825605508,
            "stop": 825606835
        },
        {
            "start": 825607135,
            "stop": 825607182
        },
        {
            "start": 825607586,
            "stop": 825609390
        }
    ]
}