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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=369",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 370,
    "results": [
        {
            "start": 823174576,
            "stop": 823174645
        },
        {
            "start": 823174648,
            "stop": 823174673
        },
        {
            "start": 823174676,
            "stop": 823174686
        },
        {
            "start": 823174689,
            "stop": 823174732
        },
        {
            "start": 823174735,
            "stop": 823174752
        },
        {
            "start": 823174755,
            "stop": 823174759
        },
        {
            "start": 823174762,
            "stop": 823174779
        },
        {
            "start": 823174782,
            "stop": 823174882
        },
        {
            "start": 823174885,
            "stop": 823174919
        },
        {
            "start": 823174922,
            "stop": 823174924
        },
        {
            "start": 823174927,
            "stop": 823174992
        },
        {
            "start": 823174996,
            "stop": 823175333
        },
        {
            "start": 823175336,
            "stop": 823175347
        },
        {
            "start": 823175350,
            "stop": 823176034
        },
        {
            "start": 823176051,
            "stop": 823176225
        },
        {
            "start": 823176228,
            "stop": 823176230
        },
        {
            "start": 823176234,
            "stop": 823176282
        },
        {
            "start": 823176286,
            "stop": 823176386
        },
        {
            "start": 823176390,
            "stop": 823176406
        },
        {
            "start": 823176409,
            "stop": 823176432
        }
    ]
}