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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1598",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1596",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1597,
    "results": [
        {
            "start": 953341434,
            "stop": 953343321
        },
        {
            "start": 953343323,
            "stop": 953344901
        },
        {
            "start": 953344903,
            "stop": 953357172
        },
        {
            "start": 953357174,
            "stop": 953357661
        },
        {
            "start": 953357663,
            "stop": 953364868
        },
        {
            "start": 953364870,
            "stop": 953367916
        },
        {
            "start": 953367918,
            "stop": 953375102
        },
        {
            "start": 953375103,
            "stop": 953378256
        },
        {
            "start": 953378258,
            "stop": 953381586
        },
        {
            "start": 953381588,
            "stop": 953381629
        },
        {
            "start": 953381631,
            "stop": 953381639
        },
        {
            "start": 953381641,
            "stop": 953381663
        },
        {
            "start": 953381665,
            "stop": 953381774
        },
        {
            "start": 953381777,
            "stop": 953381814
        },
        {
            "start": 953381817,
            "stop": 953381850
        },
        {
            "start": 953412555,
            "stop": 953420340
        },
        {
            "start": 953421271,
            "stop": 953443421
        },
        {
            "start": 953444712,
            "stop": 953463063
        },
        {
            "start": 953463065,
            "stop": 953463066
        },
        {
            "start": 953463068,
            "stop": 953463074
        }
    ]
}