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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9864",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9865,
    "results": [
        {
            "start": 874284048,
            "stop": 874284060
        },
        {
            "start": 874284120,
            "stop": 874286100
        },
        {
            "start": 874286160,
            "stop": 874287242
        },
        {
            "start": 874287259,
            "stop": 874287820
        },
        {
            "start": 874287837,
            "stop": 874287991
        },
        {
            "start": 874288008,
            "stop": 874288320
        },
        {
            "start": 874288380,
            "stop": 874288740
        },
        {
            "start": 874288860,
            "stop": 874288939
        },
        {
            "start": 874288956,
            "stop": 874289340
        },
        {
            "start": 874289400,
            "stop": 874290000
        },
        {
            "start": 874290060,
            "stop": 874290080
        },
        {
            "start": 874290244,
            "stop": 874291137
        },
        {
            "start": 874291257,
            "stop": 874291797
        },
        {
            "start": 874291814,
            "stop": 874291920
        },
        {
            "start": 874291980,
            "stop": 874292355
        },
        {
            "start": 874292372,
            "stop": 874293899
        },
        {
            "start": 874294019,
            "stop": 874294586
        },
        {
            "start": 874294603,
            "stop": 874295070
        },
        {
            "start": 874295160,
            "stop": 874295198
        },
        {
            "start": 874295318,
            "stop": 874295820
        }
    ]
}