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=3650
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=3651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3649",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3650,
    "results": [
        {
            "start": 872600862,
            "stop": 872603167
        },
        {
            "start": 872603184,
            "stop": 872604006
        },
        {
            "start": 872604023,
            "stop": 872604180
        },
        {
            "start": 872604240,
            "stop": 872605760
        },
        {
            "start": 872605764,
            "stop": 872606393
        },
        {
            "start": 872606410,
            "stop": 872606448
        },
        {
            "start": 872606465,
            "stop": 872610539
        },
        {
            "start": 872610600,
            "stop": 872612738
        },
        {
            "start": 872612756,
            "stop": 872613780
        },
        {
            "start": 872613797,
            "stop": 872614206
        },
        {
            "start": 872614223,
            "stop": 872615280
        },
        {
            "start": 872615340,
            "stop": 872615712
        },
        {
            "start": 872615729,
            "stop": 872616000
        },
        {
            "start": 872616060,
            "stop": 872616777
        },
        {
            "start": 872616794,
            "stop": 872617620
        },
        {
            "start": 872617680,
            "stop": 872618298
        },
        {
            "start": 872618302,
            "stop": 872619223
        },
        {
            "start": 872619226,
            "stop": 872619360
        },
        {
            "start": 872619480,
            "stop": 872621150
        },
        {
            "start": 872621167,
            "stop": 872621559
        }
    ]
}