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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=150",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 151,
    "results": [
        {
            "start": 932422329,
            "stop": 932422386
        },
        {
            "start": 932422446,
            "stop": 932422506
        },
        {
            "start": 932425686,
            "stop": 932425702
        },
        {
            "start": 932425741,
            "stop": 932425746
        },
        {
            "start": 932425926,
            "stop": 932426033
        },
        {
            "start": 932426406,
            "stop": 932426443
        },
        {
            "start": 932426457,
            "stop": 932426466
        },
        {
            "start": 932426658,
            "stop": 932426706
        },
        {
            "start": 932426766,
            "stop": 932426886
        },
        {
            "start": 932426946,
            "stop": 932427066
        },
        {
            "start": 932427306,
            "stop": 932427426
        },
        {
            "start": 932427726,
            "stop": 932427735
        },
        {
            "start": 932427738,
            "stop": 932427786
        },
        {
            "start": 932427846,
            "stop": 932427966
        },
        {
            "start": 932428026,
            "stop": 932428086
        },
        {
            "start": 932428146,
            "stop": 932428245
        },
        {
            "start": 932428506,
            "stop": 932428523
        },
        {
            "start": 932434566,
            "stop": 932434626
        },
        {
            "start": 932434746,
            "stop": 932434806
        },
        {
            "start": 932434866,
            "stop": 932434926
        }
    ]
}