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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1073",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1074,
    "results": [
        {
            "start": 873706891,
            "stop": 873708331
        },
        {
            "start": 873708361,
            "stop": 873708451
        },
        {
            "start": 873711210,
            "stop": 873711810
        },
        {
            "start": 873712001,
            "stop": 873712541
        },
        {
            "start": 873712707,
            "stop": 873713337
        },
        {
            "start": 873713367,
            "stop": 873713457
        },
        {
            "start": 873713487,
            "stop": 873713787
        },
        {
            "start": 873713962,
            "stop": 873714502
        },
        {
            "start": 873715326,
            "stop": 873715386
        },
        {
            "start": 873721855,
            "stop": 873723055
        },
        {
            "start": 873723239,
            "stop": 873723299
        },
        {
            "start": 873723501,
            "stop": 873723561
        },
        {
            "start": 873723973,
            "stop": 873724033
        },
        {
            "start": 873724248,
            "stop": 873724368
        },
        {
            "start": 873724517,
            "stop": 873724577
        },
        {
            "start": 873729239,
            "stop": 873729419
        },
        {
            "start": 873729549,
            "stop": 873729789
        },
        {
            "start": 873730107,
            "stop": 873731127
        },
        {
            "start": 873731340,
            "stop": 873731550
        },
        {
            "start": 873731701,
            "stop": 873731821
        }
    ]
}