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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6625",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6626,
    "results": [
        {
            "start": 874851717,
            "stop": 874851898
        },
        {
            "start": 874851899,
            "stop": 874852862
        },
        {
            "start": 874852863,
            "stop": 874852969
        },
        {
            "start": 874852971,
            "stop": 874853000
        },
        {
            "start": 874853001,
            "stop": 874853154
        },
        {
            "start": 874853155,
            "stop": 874853220
        },
        {
            "start": 874853221,
            "stop": 874853360
        },
        {
            "start": 874853361,
            "stop": 874853367
        },
        {
            "start": 874853368,
            "stop": 874853376
        },
        {
            "start": 874853377,
            "stop": 874853384
        },
        {
            "start": 874853385,
            "stop": 874853430
        },
        {
            "start": 874853431,
            "stop": 874853529
        },
        {
            "start": 874853530,
            "stop": 874853550
        },
        {
            "start": 874853551,
            "stop": 874853685
        },
        {
            "start": 874853686,
            "stop": 874853706
        },
        {
            "start": 874853707,
            "stop": 874853791
        },
        {
            "start": 874853792,
            "stop": 874853795
        },
        {
            "start": 874853796,
            "stop": 874855025
        },
        {
            "start": 874855026,
            "stop": 874855207
        },
        {
            "start": 874855208,
            "stop": 874855217
        }
    ]
}