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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9845",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9846,
    "results": [
        {
            "start": 874221938,
            "stop": 874221998
        },
        {
            "start": 874222001,
            "stop": 874222009
        },
        {
            "start": 874222012,
            "stop": 874222042
        },
        {
            "start": 874222047,
            "stop": 874222050
        },
        {
            "start": 874222053,
            "stop": 874222060
        },
        {
            "start": 874222065,
            "stop": 874222069
        },
        {
            "start": 874222072,
            "stop": 874222085
        },
        {
            "start": 874222088,
            "stop": 874222097
        },
        {
            "start": 874222100,
            "stop": 874222110
        },
        {
            "start": 874222113,
            "stop": 874222123
        },
        {
            "start": 874222131,
            "stop": 874222375
        },
        {
            "start": 874222379,
            "stop": 874222384
        },
        {
            "start": 874222387,
            "stop": 874222389
        },
        {
            "start": 874222396,
            "stop": 874222400
        },
        {
            "start": 874222403,
            "stop": 874222411
        },
        {
            "start": 874222414,
            "stop": 874222420
        },
        {
            "start": 874222423,
            "stop": 874222431
        },
        {
            "start": 874222434,
            "stop": 874222438
        },
        {
            "start": 874222441,
            "stop": 874222452
        },
        {
            "start": 874222458,
            "stop": 874222465
        }
    ]
}