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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=28",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 29,
    "results": [
        {
            "start": 1252565498,
            "stop": 1252603391
        },
        {
            "start": 1252619166,
            "stop": 1252619880
        },
        {
            "start": 1252619940,
            "stop": 1252660457
        },
        {
            "start": 1252669871,
            "stop": 1252702819
        },
        {
            "start": 1252708431,
            "stop": 1252720640
        },
        {
            "start": 1252720937,
            "stop": 1252733850
        },
        {
            "start": 1252741898,
            "stop": 1252765740
        },
        {
            "start": 1252789238,
            "stop": 1252802446
        },
        {
            "start": 1252808729,
            "stop": 1252816065
        },
        {
            "start": 1252821414,
            "stop": 1252833432
        },
        {
            "start": 1252833461,
            "stop": 1252858909
        },
        {
            "start": 1252868191,
            "stop": 1252872069
        },
        {
            "start": 1252887145,
            "stop": 1252890508
        },
        {
            "start": 1252898302,
            "stop": 1252970115
        },
        {
            "start": 1252973904,
            "stop": 1253035215
        },
        {
            "start": 1253039127,
            "stop": 1253048679
        },
        {
            "start": 1253053967,
            "stop": 1253074790
        },
        {
            "start": 1253085510,
            "stop": 1253187699
        },
        {
            "start": 1253193975,
            "stop": 1253260321
        },
        {
            "start": 1253265612,
            "stop": 1253300421
        }
    ]
}