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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=294",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 295,
    "results": [
        {
            "start": 828590579,
            "stop": 828590607
        },
        {
            "start": 828590609,
            "stop": 828590613
        },
        {
            "start": 828590615,
            "stop": 828590621
        },
        {
            "start": 828590623,
            "stop": 828590624
        },
        {
            "start": 828590626,
            "stop": 828590633
        },
        {
            "start": 828590635,
            "stop": 828590643
        },
        {
            "start": 828590645,
            "stop": 828590656
        },
        {
            "start": 828590658,
            "stop": 828590664
        },
        {
            "start": 828590666,
            "stop": 828590670
        },
        {
            "start": 828590672,
            "stop": 828590680
        },
        {
            "start": 828590682,
            "stop": 828590687
        },
        {
            "start": 828590689,
            "stop": 828590691
        },
        {
            "start": 828590692,
            "stop": 828590693
        },
        {
            "start": 828590695,
            "stop": 828590718
        },
        {
            "start": 828590720,
            "stop": 828590722
        },
        {
            "start": 828590727,
            "stop": 828590730
        },
        {
            "start": 828590732,
            "stop": 828590740
        },
        {
            "start": 828590742,
            "stop": 828590751
        },
        {
            "start": 828590753,
            "stop": 828590804
        },
        {
            "start": 828590807,
            "stop": 828590819
        }
    ]
}