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=4602
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=4603",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4601",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4602,
    "results": [
        {
            "start": 874113180,
            "stop": 874113236
        },
        {
            "start": 874113255,
            "stop": 874113319
        },
        {
            "start": 874113338,
            "stop": 874113480
        },
        {
            "start": 874113600,
            "stop": 874113840
        },
        {
            "start": 874113900,
            "stop": 874114140
        },
        {
            "start": 874114200,
            "stop": 874114380
        },
        {
            "start": 874114440,
            "stop": 874114500
        },
        {
            "start": 874114560,
            "stop": 874114740
        },
        {
            "start": 874114800,
            "stop": 874114980
        },
        {
            "start": 874115040,
            "stop": 874115100
        },
        {
            "start": 874115160,
            "stop": 874115460
        },
        {
            "start": 874115520,
            "stop": 874115640
        },
        {
            "start": 874115700,
            "stop": 874115888
        },
        {
            "start": 874115907,
            "stop": 874116180
        },
        {
            "start": 874116240,
            "stop": 874116260
        },
        {
            "start": 874116380,
            "stop": 874116461
        },
        {
            "start": 874116480,
            "stop": 874116540
        },
        {
            "start": 874116600,
            "stop": 874116660
        },
        {
            "start": 874116720,
            "stop": 874116864
        },
        {
            "start": 874116883,
            "stop": 874117096
        }
    ]
}