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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=289",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 290,
    "results": [
        {
            "start": 821038963,
            "stop": 821039035
        },
        {
            "start": 821039053,
            "stop": 821039088
        },
        {
            "start": 821039106,
            "stop": 821039175
        },
        {
            "start": 821039178,
            "stop": 821039181
        },
        {
            "start": 821039195,
            "stop": 821039201
        },
        {
            "start": 821039209,
            "stop": 821039213
        },
        {
            "start": 821039238,
            "stop": 821039242
        },
        {
            "start": 821039255,
            "stop": 821039340
        },
        {
            "start": 821039350,
            "stop": 821039361
        },
        {
            "start": 821039370,
            "stop": 821039380
        },
        {
            "start": 821039383,
            "stop": 821039393
        },
        {
            "start": 821039396,
            "stop": 821039508
        },
        {
            "start": 821039527,
            "stop": 821039658
        },
        {
            "start": 821039677,
            "stop": 821039714
        },
        {
            "start": 821040314,
            "stop": 821040346
        },
        {
            "start": 821040350,
            "stop": 821040458
        },
        {
            "start": 821040810,
            "stop": 821040815
        },
        {
            "start": 821040819,
            "stop": 821040824
        },
        {
            "start": 821040834,
            "stop": 821040840
        },
        {
            "start": 821040848,
            "stop": 821040854
        }
    ]
}