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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=102",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 103,
    "results": [
        {
            "start": 816924841,
            "stop": 816924888
        },
        {
            "start": 816924907,
            "stop": 816924928
        },
        {
            "start": 816924954,
            "stop": 816924981
        },
        {
            "start": 816925001,
            "stop": 816925028
        },
        {
            "start": 816925048,
            "stop": 816925157
        },
        {
            "start": 816925193,
            "stop": 816925239
        },
        {
            "start": 816925349,
            "stop": 816925388
        },
        {
            "start": 816925506,
            "stop": 816925520
        },
        {
            "start": 816925601,
            "stop": 816925602
        },
        {
            "start": 816925652,
            "stop": 816925657
        },
        {
            "start": 816925722,
            "stop": 816925829
        },
        {
            "start": 816925849,
            "stop": 816925858
        },
        {
            "start": 816925961,
            "stop": 816926088
        },
        {
            "start": 816926091,
            "stop": 816926095
        },
        {
            "start": 816926098,
            "stop": 816926143
        },
        {
            "start": 816926172,
            "stop": 816926178
        },
        {
            "start": 816926206,
            "stop": 816926227
        },
        {
            "start": 816926262,
            "stop": 816926332
        },
        {
            "start": 816926372,
            "stop": 816926402
        },
        {
            "start": 816926422,
            "stop": 816926474
        }
    ]
}