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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=241",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 242,
    "results": [
        {
            "start": 931573554,
            "stop": 931573560
        },
        {
            "start": 931573561,
            "stop": 931573570
        },
        {
            "start": 931573572,
            "stop": 931573601
        },
        {
            "start": 931573602,
            "stop": 931573618
        },
        {
            "start": 931573620,
            "stop": 931573621
        },
        {
            "start": 931573623,
            "stop": 931573626
        },
        {
            "start": 931573627,
            "stop": 931573629
        },
        {
            "start": 931573631,
            "stop": 931573632
        },
        {
            "start": 931573636,
            "stop": 931573637
        },
        {
            "start": 931573641,
            "stop": 931573642
        },
        {
            "start": 931573644,
            "stop": 931573645
        },
        {
            "start": 931573647,
            "stop": 931573648
        },
        {
            "start": 931573650,
            "stop": 931573674
        },
        {
            "start": 931573677,
            "stop": 931573682
        },
        {
            "start": 931573684,
            "stop": 931573690
        },
        {
            "start": 931573750,
            "stop": 931573751
        },
        {
            "start": 931573752,
            "stop": 931573797
        },
        {
            "start": 931573798,
            "stop": 931573827
        },
        {
            "start": 931573829,
            "stop": 931573844
        },
        {
            "start": 931573846,
            "stop": 931573869
        }
    ]
}