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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=148",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 149,
    "results": [
        {
            "start": 819836800,
            "stop": 819836931
        },
        {
            "start": 819836934,
            "stop": 819837459
        },
        {
            "start": 819837462,
            "stop": 819837664
        },
        {
            "start": 819838065,
            "stop": 819838244
        },
        {
            "start": 819838247,
            "stop": 819838548
        },
        {
            "start": 819838551,
            "stop": 819838568
        },
        {
            "start": 819838571,
            "stop": 819838646
        },
        {
            "start": 819838649,
            "stop": 819838791
        },
        {
            "start": 819838794,
            "stop": 819838797
        },
        {
            "start": 819838801,
            "stop": 819839081
        },
        {
            "start": 819839084,
            "stop": 819839508
        },
        {
            "start": 819839511,
            "stop": 819839893
        },
        {
            "start": 819839896,
            "stop": 819840060
        },
        {
            "start": 819840063,
            "stop": 819840203
        },
        {
            "start": 819840207,
            "stop": 819840373
        },
        {
            "start": 819840376,
            "stop": 819840380
        },
        {
            "start": 819840383,
            "stop": 819840711
        },
        {
            "start": 819840714,
            "stop": 819840867
        },
        {
            "start": 819840871,
            "stop": 819841136
        },
        {
            "start": 819841139,
            "stop": 819841214
        }
    ]
}