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=8820
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=8821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8819",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8820,
    "results": [
        {
            "start": 874219838,
            "stop": 874221230
        },
        {
            "start": 874221310,
            "stop": 874223280
        },
        {
            "start": 874223340,
            "stop": 874225151
        },
        {
            "start": 874225168,
            "stop": 874226460
        },
        {
            "start": 874227308,
            "stop": 874228440
        },
        {
            "start": 874228500,
            "stop": 874230530
        },
        {
            "start": 874230610,
            "stop": 874231481
        },
        {
            "start": 874231498,
            "stop": 874232090
        },
        {
            "start": 874232230,
            "stop": 874232788
        },
        {
            "start": 874232908,
            "stop": 874238234
        },
        {
            "start": 874238251,
            "stop": 874238714
        },
        {
            "start": 874238721,
            "stop": 874238738
        },
        {
            "start": 874238747,
            "stop": 874239303
        },
        {
            "start": 874239320,
            "stop": 874242661
        },
        {
            "start": 874242781,
            "stop": 874243354
        },
        {
            "start": 874243371,
            "stop": 874245182
        },
        {
            "start": 874245333,
            "stop": 874245518
        },
        {
            "start": 874245638,
            "stop": 874245716
        },
        {
            "start": 874245836,
            "stop": 874245950
        },
        {
            "start": 874246030,
            "stop": 874246070
        }
    ]
}