Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=67
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=66",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 67,
    "results": [
        {
            "start": 1262702557,
            "stop": 1262702562
        },
        {
            "start": 1262702565,
            "stop": 1262702566
        },
        {
            "start": 1262702567,
            "stop": 1262702568
        },
        {
            "start": 1262702569,
            "stop": 1262702570
        },
        {
            "start": 1262702573,
            "stop": 1262702653
        },
        {
            "start": 1262702656,
            "stop": 1262702783
        },
        {
            "start": 1262702787,
            "stop": 1262702803
        },
        {
            "start": 1262702807,
            "stop": 1262702811
        },
        {
            "start": 1262702814,
            "stop": 1262702947
        },
        {
            "start": 1262702952,
            "stop": 1262703005
        },
        {
            "start": 1262703010,
            "stop": 1262703046
        },
        {
            "start": 1262703047,
            "stop": 1262703202
        },
        {
            "start": 1262703204,
            "stop": 1262703260
        },
        {
            "start": 1262703264,
            "stop": 1262703268
        },
        {
            "start": 1262703271,
            "stop": 1262703290
        },
        {
            "start": 1262703293,
            "stop": 1262703335
        },
        {
            "start": 1262703337,
            "stop": 1262703405
        },
        {
            "start": 1262703407,
            "stop": 1262703546
        },
        {
            "start": 1262703549,
            "stop": 1262703672
        },
        {
            "start": 1262703675,
            "stop": 1262703678
        }
    ]
}