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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=288",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 289,
    "results": [
        {
            "start": 821633880,
            "stop": 821634285
        },
        {
            "start": 821634292,
            "stop": 821634300
        },
        {
            "start": 821634480,
            "stop": 821634540
        },
        {
            "start": 821634600,
            "stop": 821634780
        },
        {
            "start": 821634840,
            "stop": 821634996
        },
        {
            "start": 821635003,
            "stop": 821635020
        },
        {
            "start": 821635080,
            "stop": 821635213
        },
        {
            "start": 821636981,
            "stop": 821637128
        },
        {
            "start": 821637136,
            "stop": 821637300
        },
        {
            "start": 821637360,
            "stop": 821637503
        },
        {
            "start": 821637511,
            "stop": 821637590
        },
        {
            "start": 821637670,
            "stop": 821638126
        },
        {
            "start": 821638134,
            "stop": 821638367
        },
        {
            "start": 821638374,
            "stop": 821638500
        },
        {
            "start": 821638560,
            "stop": 821638680
        },
        {
            "start": 821638740,
            "stop": 821638773
        },
        {
            "start": 821638787,
            "stop": 821639014
        },
        {
            "start": 821639022,
            "stop": 821639049
        },
        {
            "start": 821639057,
            "stop": 821639163
        },
        {
            "start": 821639170,
            "stop": 821639580
        }
    ]
}