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=8818
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=8819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8817",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8818,
    "results": [
        {
            "start": 874190636,
            "stop": 874190946
        },
        {
            "start": 874191095,
            "stop": 874191230
        },
        {
            "start": 874191310,
            "stop": 874191420
        },
        {
            "start": 874191600,
            "stop": 874191840
        },
        {
            "start": 874191900,
            "stop": 874192070
        },
        {
            "start": 874192260,
            "stop": 874192320
        },
        {
            "start": 874192500,
            "stop": 874192510
        },
        {
            "start": 874192630,
            "stop": 874192860
        },
        {
            "start": 874192980,
            "stop": 874193040
        },
        {
            "start": 874193280,
            "stop": 874193340
        },
        {
            "start": 874193400,
            "stop": 874193580
        },
        {
            "start": 874194343,
            "stop": 874194360
        },
        {
            "start": 874194720,
            "stop": 874194960
        },
        {
            "start": 874195020,
            "stop": 874195140
        },
        {
            "start": 874195200,
            "stop": 874195320
        },
        {
            "start": 874195440,
            "stop": 874195923
        },
        {
            "start": 874196043,
            "stop": 874196332
        },
        {
            "start": 874196452,
            "stop": 874196525
        },
        {
            "start": 874196542,
            "stop": 874196703
        },
        {
            "start": 874196720,
            "stop": 874196930
        }
    ]
}