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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=369",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 370,
    "results": [
        {
            "start": 848754124,
            "stop": 848755475
        },
        {
            "start": 848756423,
            "stop": 848756987
        },
        {
            "start": 848757399,
            "stop": 848760941
        },
        {
            "start": 848819496,
            "stop": 848819947
        },
        {
            "start": 848819949,
            "stop": 848822869
        },
        {
            "start": 848822870,
            "stop": 848824444
        },
        {
            "start": 848825511,
            "stop": 848826372
        },
        {
            "start": 848826374,
            "stop": 848828180
        },
        {
            "start": 848828182,
            "stop": 848830004
        },
        {
            "start": 848830006,
            "stop": 848837312
        },
        {
            "start": 848837314,
            "stop": 848841487
        },
        {
            "start": 848842906,
            "stop": 848843912
        },
        {
            "start": 848846184,
            "stop": 848846469
        },
        {
            "start": 848881440,
            "stop": 848881750
        },
        {
            "start": 848881752,
            "stop": 848883710
        },
        {
            "start": 848883712,
            "stop": 848886386
        },
        {
            "start": 848886388,
            "stop": 848887464
        },
        {
            "start": 848902296,
            "stop": 848902617
        },
        {
            "start": 848902811,
            "stop": 848903197
        },
        {
            "start": 848903567,
            "stop": 848905930
        }
    ]
}