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=6641
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=6642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6640",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6641,
    "results": [
        {
            "start": 874931412,
            "stop": 874931502
        },
        {
            "start": 874931503,
            "stop": 874931655
        },
        {
            "start": 874931656,
            "stop": 874931755
        },
        {
            "start": 874931756,
            "stop": 874932396
        },
        {
            "start": 874932398,
            "stop": 874932953
        },
        {
            "start": 874932955,
            "stop": 874933159
        },
        {
            "start": 874933160,
            "stop": 874933198
        },
        {
            "start": 874933200,
            "stop": 874933450
        },
        {
            "start": 874933451,
            "stop": 874933533
        },
        {
            "start": 874933534,
            "stop": 874933566
        },
        {
            "start": 874933567,
            "stop": 874933614
        },
        {
            "start": 874933616,
            "stop": 874933646
        },
        {
            "start": 874933647,
            "stop": 874933767
        },
        {
            "start": 874933768,
            "stop": 874934242
        },
        {
            "start": 874934243,
            "stop": 874934485
        },
        {
            "start": 874934487,
            "stop": 874934872
        },
        {
            "start": 874934874,
            "stop": 874934891
        },
        {
            "start": 874934893,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874935807
        },
        {
            "start": 874935808,
            "stop": 874935946
        }
    ]
}