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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=305",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 306,
    "results": [
        {
            "start": 1247867762,
            "stop": 1247867771
        },
        {
            "start": 1247867772,
            "stop": 1247867875
        },
        {
            "start": 1247867877,
            "stop": 1247867918
        },
        {
            "start": 1247867919,
            "stop": 1247867928
        },
        {
            "start": 1247867929,
            "stop": 1247867930
        },
        {
            "start": 1247867931,
            "stop": 1247867936
        },
        {
            "start": 1247867938,
            "stop": 1247867940
        },
        {
            "start": 1247867941,
            "stop": 1247867970
        },
        {
            "start": 1247867975,
            "stop": 1247867978
        },
        {
            "start": 1247867980,
            "stop": 1247867981
        },
        {
            "start": 1247867983,
            "stop": 1247868038
        },
        {
            "start": 1247868040,
            "stop": 1247868050
        },
        {
            "start": 1247868051,
            "stop": 1247868086
        },
        {
            "start": 1247868087,
            "stop": 1247868091
        },
        {
            "start": 1247868092,
            "stop": 1247868163
        },
        {
            "start": 1247868164,
            "stop": 1247868173
        },
        {
            "start": 1247868174,
            "stop": 1247868258
        },
        {
            "start": 1247868260,
            "stop": 1247868261
        },
        {
            "start": 1247868263,
            "stop": 1247868265
        },
        {
            "start": 1247868266,
            "stop": 1247868268
        }
    ]
}