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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4763",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4764,
    "results": [
        {
            "start": 874575591,
            "stop": 874575617
        },
        {
            "start": 874575636,
            "stop": 874576010
        },
        {
            "start": 874576029,
            "stop": 874576102
        },
        {
            "start": 874576121,
            "stop": 874576143
        },
        {
            "start": 874576164,
            "stop": 874576229
        },
        {
            "start": 874576251,
            "stop": 874576440
        },
        {
            "start": 874576515,
            "stop": 874576612
        },
        {
            "start": 874576631,
            "stop": 874576694
        },
        {
            "start": 874576713,
            "stop": 874576816
        },
        {
            "start": 874576835,
            "stop": 874576845
        },
        {
            "start": 874576864,
            "stop": 874576914
        },
        {
            "start": 874576933,
            "stop": 874576960
        },
        {
            "start": 874576980,
            "stop": 874577052
        },
        {
            "start": 874577071,
            "stop": 874577097
        },
        {
            "start": 874577116,
            "stop": 874577246
        },
        {
            "start": 874577265,
            "stop": 874577288
        },
        {
            "start": 874577308,
            "stop": 874577330
        },
        {
            "start": 874577350,
            "stop": 874577528
        },
        {
            "start": 874577548,
            "stop": 874577757
        },
        {
            "start": 874577776,
            "stop": 874577809
        }
    ]
}