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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=131",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 132,
    "results": [
        {
            "start": 1264255351,
            "stop": 1264255358
        },
        {
            "start": 1264255360,
            "stop": 1264255377
        },
        {
            "start": 1264255380,
            "stop": 1264255496
        },
        {
            "start": 1264255499,
            "stop": 1264255554
        },
        {
            "start": 1264255557,
            "stop": 1264255641
        },
        {
            "start": 1264255643,
            "stop": 1264255765
        },
        {
            "start": 1264255768,
            "stop": 1264256081
        },
        {
            "start": 1264256084,
            "stop": 1264256090
        },
        {
            "start": 1264256093,
            "stop": 1264256127
        },
        {
            "start": 1264256129,
            "stop": 1264256175
        },
        {
            "start": 1264256176,
            "stop": 1264256323
        },
        {
            "start": 1264256325,
            "stop": 1264256351
        },
        {
            "start": 1264256354,
            "stop": 1264256399
        },
        {
            "start": 1264256400,
            "stop": 1264256468
        },
        {
            "start": 1264256470,
            "stop": 1264256625
        },
        {
            "start": 1264256628,
            "stop": 1264256852
        },
        {
            "start": 1264256854,
            "stop": 1264256865
        },
        {
            "start": 1264256867,
            "stop": 1264256931
        },
        {
            "start": 1264256933,
            "stop": 1264257087
        },
        {
            "start": 1264257089,
            "stop": 1264257109
        }
    ]
}