Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7260
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7259",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7260,
    "results": [
        {
            "start": 874931086,
            "stop": 874931411
        },
        {
            "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": 874935008
        },
        {
            "start": 874935009,
            "stop": 874935182
        }
    ]
}