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=1914
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=1915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1913",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1914,
    "results": [
        {
            "start": 848309339,
            "stop": 848309346
        },
        {
            "start": 848309347,
            "stop": 848309486
        },
        {
            "start": 848309488,
            "stop": 848309601
        },
        {
            "start": 848309603,
            "stop": 848309625
        },
        {
            "start": 848309629,
            "stop": 848309643
        },
        {
            "start": 848309645,
            "stop": 848309715
        },
        {
            "start": 848309716,
            "stop": 848309941
        },
        {
            "start": 848309942,
            "stop": 848310153
        },
        {
            "start": 848310155,
            "stop": 848310163
        },
        {
            "start": 848310165,
            "stop": 848310217
        },
        {
            "start": 848310219,
            "stop": 848311555
        },
        {
            "start": 848312048,
            "stop": 848315070
        },
        {
            "start": 848315130,
            "stop": 848317077
        },
        {
            "start": 848317083,
            "stop": 848317087
        },
        {
            "start": 848317093,
            "stop": 848317525
        },
        {
            "start": 848317530,
            "stop": 848317830
        },
        {
            "start": 848317890,
            "stop": 848317905
        },
        {
            "start": 848318015,
            "stop": 848318020
        },
        {
            "start": 848318433,
            "stop": 848318970
        },
        {
            "start": 848319030,
            "stop": 848319594
        }
    ]
}