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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=329",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 330,
    "results": [
        {
            "start": 931774045,
            "stop": 931774071
        },
        {
            "start": 931774074,
            "stop": 931774134
        },
        {
            "start": 931774136,
            "stop": 931774145
        },
        {
            "start": 931774147,
            "stop": 931774321
        },
        {
            "start": 931774323,
            "stop": 931774326
        },
        {
            "start": 931774327,
            "stop": 931774328
        },
        {
            "start": 931774331,
            "stop": 931774332
        },
        {
            "start": 931774334,
            "stop": 931774360
        },
        {
            "start": 931774362,
            "stop": 931774366
        },
        {
            "start": 931774368,
            "stop": 931774383
        },
        {
            "start": 931774386,
            "stop": 931774447
        },
        {
            "start": 931774449,
            "stop": 931774519
        },
        {
            "start": 931774521,
            "stop": 931774545
        },
        {
            "start": 931774547,
            "stop": 931774572
        },
        {
            "start": 931774574,
            "stop": 931774630
        },
        {
            "start": 931774632,
            "stop": 931774653
        },
        {
            "start": 931774655,
            "stop": 931774661
        },
        {
            "start": 931774663,
            "stop": 931774925
        },
        {
            "start": 931774927,
            "stop": 931774990
        },
        {
            "start": 931775001,
            "stop": 931775007
        }
    ]
}