Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2403
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2402",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2403,
    "results": [
        {
            "start": 873226991,
            "stop": 873227090
        },
        {
            "start": 873227170,
            "stop": 873227454
        },
        {
            "start": 873227574,
            "stop": 873228972
        },
        {
            "start": 873228989,
            "stop": 873229299
        },
        {
            "start": 873229303,
            "stop": 873229948
        },
        {
            "start": 873229985,
            "stop": 873230570
        },
        {
            "start": 873230650,
            "stop": 873230687
        },
        {
            "start": 873230724,
            "stop": 873230990
        },
        {
            "start": 873231070,
            "stop": 873231230
        },
        {
            "start": 873231310,
            "stop": 873231464
        },
        {
            "start": 873231521,
            "stop": 873231530
        },
        {
            "start": 873231610,
            "stop": 873231870
        },
        {
            "start": 873231888,
            "stop": 873231900
        },
        {
            "start": 873231960,
            "stop": 873232256
        },
        {
            "start": 873232295,
            "stop": 873232372
        },
        {
            "start": 873232389,
            "stop": 873232511
        },
        {
            "start": 873232551,
            "stop": 873232670
        },
        {
            "start": 873232750,
            "stop": 873233140
        },
        {
            "start": 873233157,
            "stop": 873233308
        },
        {
            "start": 873233325,
            "stop": 873233337
        }
    ]
}