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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4621",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4622,
    "results": [
        {
            "start": 874216516,
            "stop": 874216687
        },
        {
            "start": 874216706,
            "stop": 874216779
        },
        {
            "start": 874216798,
            "stop": 874216864
        },
        {
            "start": 874216883,
            "stop": 874216895
        },
        {
            "start": 874216914,
            "stop": 874217076
        },
        {
            "start": 874217099,
            "stop": 874217131
        },
        {
            "start": 874217150,
            "stop": 874217258
        },
        {
            "start": 874217277,
            "stop": 874217335
        },
        {
            "start": 874217354,
            "stop": 874217395
        },
        {
            "start": 874217428,
            "stop": 874217458
        },
        {
            "start": 874217477,
            "stop": 874217481
        },
        {
            "start": 874217500,
            "stop": 874217537
        },
        {
            "start": 874217556,
            "stop": 874217582
        },
        {
            "start": 874217601,
            "stop": 874217625
        },
        {
            "start": 874217645,
            "stop": 874217655
        },
        {
            "start": 874217679,
            "stop": 874217686
        },
        {
            "start": 874217705,
            "stop": 874217755
        },
        {
            "start": 874217775,
            "stop": 874217789
        },
        {
            "start": 874217809,
            "stop": 874218301
        },
        {
            "start": 874218325,
            "stop": 874218595
        }
    ]
}