Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=121",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 122,
    "results": [
        {
            "start": 819415860,
            "stop": 819418753
        },
        {
            "start": 819418798,
            "stop": 819418799
        },
        {
            "start": 819419475,
            "stop": 819423650
        },
        {
            "start": 819423790,
            "stop": 819424093
        },
        {
            "start": 819424973,
            "stop": 819427406
        },
        {
            "start": 819427414,
            "stop": 819449266
        },
        {
            "start": 819449274,
            "stop": 819450600
        },
        {
            "start": 819450660,
            "stop": 819453420
        },
        {
            "start": 819453540,
            "stop": 819456180
        },
        {
            "start": 819456240,
            "stop": 819459283
        },
        {
            "start": 819459644,
            "stop": 819467640
        },
        {
            "start": 819467700,
            "stop": 819468369
        },
        {
            "start": 819468748,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819480733
        },
        {
            "start": 819486095,
            "stop": 819500930
        },
        {
            "start": 819501010,
            "stop": 819515371
        },
        {
            "start": 819515400,
            "stop": 819526320
        },
        {
            "start": 819526380,
            "stop": 819535363
        },
        {
            "start": 819535544,
            "stop": 819536383
        },
        {
            "start": 819536564,
            "stop": 819547073
        }
    ]
}