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=599
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=600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=598",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 599,
    "results": [
        {
            "start": 828192443,
            "stop": 828192613
        },
        {
            "start": 828229006,
            "stop": 828229240
        },
        {
            "start": 828229268,
            "stop": 828229397
        },
        {
            "start": 828229416,
            "stop": 828229425
        },
        {
            "start": 828229472,
            "stop": 828229490
        },
        {
            "start": 828229511,
            "stop": 828229535
        },
        {
            "start": 828229564,
            "stop": 828229565
        },
        {
            "start": 828229587,
            "stop": 828229619
        },
        {
            "start": 828230319,
            "stop": 828230324
        },
        {
            "start": 828230419,
            "stop": 828230425
        },
        {
            "start": 828230488,
            "stop": 828230489
        },
        {
            "start": 828230666,
            "stop": 828230668
        },
        {
            "start": 828230701,
            "stop": 828230715
        },
        {
            "start": 828230734,
            "stop": 828230741
        },
        {
            "start": 828230780,
            "stop": 828230803
        },
        {
            "start": 828230822,
            "stop": 828230841
        },
        {
            "start": 828230860,
            "stop": 828230902
        },
        {
            "start": 828230930,
            "stop": 828230960
        },
        {
            "start": 828230980,
            "stop": 828230992
        },
        {
            "start": 828231011,
            "stop": 828231023
        }
    ]
}