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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46877",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46878,
    "results": [
        {
            "start": 875149124,
            "stop": 875149134
        },
        {
            "start": 875149135,
            "stop": 875149141
        },
        {
            "start": 875149142,
            "stop": 875149155
        },
        {
            "start": 875149157,
            "stop": 875149177
        },
        {
            "start": 875149178,
            "stop": 875149192
        },
        {
            "start": 875149193,
            "stop": 875149198
        },
        {
            "start": 875149200,
            "stop": 875149210
        },
        {
            "start": 875149211,
            "stop": 875149242
        },
        {
            "start": 875149243,
            "stop": 875149311
        },
        {
            "start": 875149312,
            "stop": 875149323
        },
        {
            "start": 875149324,
            "stop": 875149366
        },
        {
            "start": 875149367,
            "stop": 875149383
        },
        {
            "start": 875149384,
            "stop": 875149401
        },
        {
            "start": 875149402,
            "stop": 875149472
        },
        {
            "start": 875149473,
            "stop": 875149485
        },
        {
            "start": 875149486,
            "stop": 875149577
        },
        {
            "start": 875149578,
            "stop": 875149589
        },
        {
            "start": 875149591,
            "stop": 875149595
        },
        {
            "start": 875149596,
            "stop": 875149738
        },
        {
            "start": 875149743,
            "stop": 875149751
        }
    ]
}