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=3641
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=3642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3640",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3641,
    "results": [
        {
            "start": 872446377,
            "stop": 872446406
        },
        {
            "start": 872446426,
            "stop": 872446560
        },
        {
            "start": 872446626,
            "stop": 872446640
        },
        {
            "start": 872446660,
            "stop": 872446694
        },
        {
            "start": 872446711,
            "stop": 872447621
        },
        {
            "start": 872447638,
            "stop": 872448011
        },
        {
            "start": 872448030,
            "stop": 872448603
        },
        {
            "start": 872448620,
            "stop": 872448628
        },
        {
            "start": 872448645,
            "stop": 872448874
        },
        {
            "start": 872448891,
            "stop": 872449200
        },
        {
            "start": 872449380,
            "stop": 872450213
        },
        {
            "start": 872450217,
            "stop": 872450640
        },
        {
            "start": 872450820,
            "stop": 872450896
        },
        {
            "start": 872450923,
            "stop": 872450942
        },
        {
            "start": 872450963,
            "stop": 872451720
        },
        {
            "start": 872451800,
            "stop": 872451932
        },
        {
            "start": 872451951,
            "stop": 872451953
        },
        {
            "start": 872451972,
            "stop": 872452567
        },
        {
            "start": 872452584,
            "stop": 872452718
        },
        {
            "start": 872452735,
            "stop": 872452849
        }
    ]
}