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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=89",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 90,
    "results": [
        {
            "start": 931375129,
            "stop": 931375186
        },
        {
            "start": 931375188,
            "stop": 931375199
        },
        {
            "start": 931375201,
            "stop": 931375241
        },
        {
            "start": 931375242,
            "stop": 931375245
        },
        {
            "start": 931375248,
            "stop": 931375255
        },
        {
            "start": 931375256,
            "stop": 931375493
        },
        {
            "start": 931375494,
            "stop": 931375512
        },
        {
            "start": 931375515,
            "stop": 931375523
        },
        {
            "start": 931375525,
            "stop": 931375537
        },
        {
            "start": 931375539,
            "stop": 931375540
        },
        {
            "start": 931375543,
            "stop": 931375598
        },
        {
            "start": 931375600,
            "stop": 931375608
        },
        {
            "start": 931375610,
            "stop": 931375683
        },
        {
            "start": 931375685,
            "stop": 931375755
        },
        {
            "start": 931375757,
            "stop": 931375769
        },
        {
            "start": 931375771,
            "stop": 931375807
        },
        {
            "start": 931375810,
            "stop": 931375842
        },
        {
            "start": 931375844,
            "stop": 931375885
        },
        {
            "start": 931375888,
            "stop": 931376201
        },
        {
            "start": 931376204,
            "stop": 931376220
        }
    ]
}