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/L1_CBCLOW_CAT4/segments?format=api&page=9992
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9991",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9992,
    "results": [
        {
            "start": 872162321,
            "stop": 872162325
        },
        {
            "start": 872162577,
            "stop": 872162628
        },
        {
            "start": 872162679,
            "stop": 872162707
        },
        {
            "start": 872162883,
            "stop": 872162884
        },
        {
            "start": 872162920,
            "stop": 872162940
        },
        {
            "start": 872163034,
            "stop": 872163039
        },
        {
            "start": 872163075,
            "stop": 872163102
        },
        {
            "start": 872163252,
            "stop": 872163528
        },
        {
            "start": 872163592,
            "stop": 872164102
        },
        {
            "start": 872164138,
            "stop": 872164193
        },
        {
            "start": 872164263,
            "stop": 872164360
        },
        {
            "start": 872164396,
            "stop": 872164413
        },
        {
            "start": 872164463,
            "stop": 872164676
        },
        {
            "start": 872164712,
            "stop": 872164911
        },
        {
            "start": 872164947,
            "stop": 872164991
        },
        {
            "start": 872165029,
            "stop": 872165134
        },
        {
            "start": 872165170,
            "stop": 872165312
        },
        {
            "start": 872165371,
            "stop": 872166062
        },
        {
            "start": 872166101,
            "stop": 872166394
        },
        {
            "start": 872166430,
            "stop": 872166589
        }
    ]
}