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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=90",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 91,
    "results": [
        {
            "start": 845728375,
            "stop": 845734996
        },
        {
            "start": 845793605,
            "stop": 845813285
        },
        {
            "start": 845813793,
            "stop": 845817635
        },
        {
            "start": 845819206,
            "stop": 845823325
        },
        {
            "start": 845886499,
            "stop": 845889263
        },
        {
            "start": 845890545,
            "stop": 845892538
        },
        {
            "start": 845895518,
            "stop": 845899920
        },
        {
            "start": 845900871,
            "stop": 845908518
        },
        {
            "start": 845952215,
            "stop": 846013228
        },
        {
            "start": 846014817,
            "stop": 846016677
        },
        {
            "start": 846017473,
            "stop": 846020912
        },
        {
            "start": 846055078,
            "stop": 846095573
        },
        {
            "start": 846099026,
            "stop": 846106903
        },
        {
            "start": 846107673,
            "stop": 846116656
        },
        {
            "start": 846122518,
            "stop": 846132442
        },
        {
            "start": 846145969,
            "stop": 846146131
        },
        {
            "start": 846147105,
            "stop": 846188979
        },
        {
            "start": 846190977,
            "stop": 846191787
        },
        {
            "start": 846200270,
            "stop": 846311997
        },
        {
            "start": 846322037,
            "stop": 846322236
        }
    ]
}