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_CAT2E/segments?format=api&page=6683
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=6684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6682",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6683,
    "results": [
        {
            "start": 875145844,
            "stop": 875146125
        },
        {
            "start": 875146126,
            "stop": 875146259
        },
        {
            "start": 875146260,
            "stop": 875146506
        },
        {
            "start": 875146507,
            "stop": 875146717
        },
        {
            "start": 875146718,
            "stop": 875146729
        },
        {
            "start": 875146730,
            "stop": 875146836
        },
        {
            "start": 875146837,
            "stop": 875147123
        },
        {
            "start": 875147125,
            "stop": 875147331
        },
        {
            "start": 875147333,
            "stop": 875147531
        },
        {
            "start": 875147533,
            "stop": 875147866
        },
        {
            "start": 875147867,
            "stop": 875148025
        },
        {
            "start": 875148026,
            "stop": 875148056
        },
        {
            "start": 875148057,
            "stop": 875148379
        },
        {
            "start": 875148381,
            "stop": 875148610
        },
        {
            "start": 875148611,
            "stop": 875148916
        },
        {
            "start": 875148918,
            "stop": 875149311
        },
        {
            "start": 875149312,
            "stop": 875149366
        },
        {
            "start": 875149367,
            "stop": 875149741
        },
        {
            "start": 875149743,
            "stop": 875149794
        },
        {
            "start": 875149795,
            "stop": 875150037
        }
    ]
}