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=2477
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=2478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2476",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2477,
    "results": [
        {
            "start": 874959148,
            "stop": 874959168
        },
        {
            "start": 874959178,
            "stop": 874959186
        },
        {
            "start": 874959193,
            "stop": 874959288
        },
        {
            "start": 874959324,
            "stop": 874959780
        },
        {
            "start": 874960020,
            "stop": 874960190
        },
        {
            "start": 874960500,
            "stop": 874960680
        },
        {
            "start": 874960800,
            "stop": 874960860
        },
        {
            "start": 874962600,
            "stop": 874962660
        },
        {
            "start": 874963080,
            "stop": 874963140
        },
        {
            "start": 874963440,
            "stop": 874963560
        },
        {
            "start": 874963620,
            "stop": 874964750
        },
        {
            "start": 874964830,
            "stop": 874964880
        },
        {
            "start": 874964940,
            "stop": 874965110
        },
        {
            "start": 874965430,
            "stop": 874965470
        },
        {
            "start": 874965581,
            "stop": 874965863
        },
        {
            "start": 874965871,
            "stop": 874965872
        },
        {
            "start": 874965882,
            "stop": 874966010
        },
        {
            "start": 874966150,
            "stop": 874968110
        },
        {
            "start": 874968250,
            "stop": 874968650
        },
        {
            "start": 874968730,
            "stop": 874969850
        }
    ]
}