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=6643
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=6644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6642",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6643,
    "results": [
        {
            "start": 874938804,
            "stop": 874939093
        },
        {
            "start": 874939094,
            "stop": 874939155
        },
        {
            "start": 874939157,
            "stop": 874939190
        },
        {
            "start": 874939191,
            "stop": 874939655
        },
        {
            "start": 874939656,
            "stop": 874939659
        },
        {
            "start": 874939661,
            "stop": 874939709
        },
        {
            "start": 874939710,
            "stop": 874940082
        },
        {
            "start": 874940083,
            "stop": 874940533
        },
        {
            "start": 874940534,
            "stop": 874940553
        },
        {
            "start": 874940554,
            "stop": 874940597
        },
        {
            "start": 874940599,
            "stop": 874940861
        },
        {
            "start": 874940863,
            "stop": 874941172
        },
        {
            "start": 874941173,
            "stop": 874941343
        },
        {
            "start": 874941344,
            "stop": 874941617
        },
        {
            "start": 874941618,
            "stop": 874941788
        },
        {
            "start": 874941789,
            "stop": 874941811
        },
        {
            "start": 874941812,
            "stop": 874941813
        },
        {
            "start": 874941814,
            "stop": 874941876
        },
        {
            "start": 874941878,
            "stop": 874941954
        },
        {
            "start": 874941955,
            "stop": 874942378
        }
    ]
}