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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=392",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 393,
    "results": [
        {
            "start": 850717887,
            "stop": 850720597
        },
        {
            "start": 850721537,
            "stop": 850740997
        },
        {
            "start": 850741998,
            "stop": 850743476
        },
        {
            "start": 850743742,
            "stop": 850749212
        },
        {
            "start": 850750180,
            "stop": 850760607
        },
        {
            "start": 850760763,
            "stop": 850760954
        },
        {
            "start": 850761491,
            "stop": 850762109
        },
        {
            "start": 850762253,
            "stop": 850762300
        },
        {
            "start": 850762351,
            "stop": 850762354
        },
        {
            "start": 850762860,
            "stop": 850765292
        },
        {
            "start": 850765294,
            "stop": 850773551
        },
        {
            "start": 850774195,
            "stop": 850775032
        },
        {
            "start": 850775128,
            "stop": 850776803
        },
        {
            "start": 850776878,
            "stop": 850777424
        },
        {
            "start": 850777426,
            "stop": 850784974
        },
        {
            "start": 850785106,
            "stop": 850785192
        },
        {
            "start": 850785249,
            "stop": 850793187
        },
        {
            "start": 850793776,
            "stop": 850808743
        },
        {
            "start": 850808744,
            "stop": 850809917
        },
        {
            "start": 850812638,
            "stop": 850816954
        }
    ]
}