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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8873",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8874,
    "results": [
        {
            "start": 874954597,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874955570
        },
        {
            "start": 874955735,
            "stop": 874955779
        },
        {
            "start": 874955831,
            "stop": 874955930
        },
        {
            "start": 874956070,
            "stop": 874957070
        },
        {
            "start": 874957150,
            "stop": 874957250
        },
        {
            "start": 874957330,
            "stop": 874957490
        },
        {
            "start": 874957570,
            "stop": 874957970
        },
        {
            "start": 874958110,
            "stop": 874958570
        },
        {
            "start": 874958710,
            "stop": 874958938
        },
        {
            "start": 874958976,
            "stop": 874959030
        },
        {
            "start": 874959090,
            "stop": 874959113
        },
        {
            "start": 874959126,
            "stop": 874959141
        },
        {
            "start": 874959148,
            "stop": 874959168
        },
        {
            "start": 874959178,
            "stop": 874959186
        },
        {
            "start": 874959193,
            "stop": 874959288
        },
        {
            "start": 874959324,
            "stop": 874959600
        },
        {
            "start": 874959660,
            "stop": 874959689
        },
        {
            "start": 874964160,
            "stop": 874964220
        },
        {
            "start": 874964340,
            "stop": 874964400
        }
    ]
}