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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7912",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7910",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7911,
    "results": [
        {
            "start": 969986170,
            "stop": 969986171
        },
        {
            "start": 969986175,
            "stop": 969986355
        },
        {
            "start": 969986358,
            "stop": 969986558
        },
        {
            "start": 969986561,
            "stop": 969986683
        },
        {
            "start": 969986687,
            "stop": 969986689
        },
        {
            "start": 969986692,
            "stop": 969986703
        },
        {
            "start": 969986706,
            "stop": 969986732
        },
        {
            "start": 969986735,
            "stop": 969986751
        },
        {
            "start": 969986755,
            "stop": 969986782
        },
        {
            "start": 969986785,
            "stop": 969986839
        },
        {
            "start": 969986842,
            "stop": 969986853
        },
        {
            "start": 969986856,
            "stop": 969986911
        },
        {
            "start": 969986914,
            "stop": 969986938
        },
        {
            "start": 969986941,
            "stop": 969986981
        },
        {
            "start": 969986984,
            "stop": 969987103
        },
        {
            "start": 969987106,
            "stop": 969987151
        },
        {
            "start": 969987154,
            "stop": 969987321
        },
        {
            "start": 969987324,
            "stop": 969987442
        },
        {
            "start": 969987445,
            "stop": 969987467
        },
        {
            "start": 969987470,
            "stop": 969987708
        }
    ]
}