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_H2L1/segments?format=api&page=879
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_H2L1/segments?format=api&page=880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=878",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 879,
    "results": [
        {
            "start": 866248742,
            "stop": 866248892
        },
        {
            "start": 866249042,
            "stop": 866249282
        },
        {
            "start": 866249432,
            "stop": 866249672
        },
        {
            "start": 866249822,
            "stop": 866250032
        },
        {
            "start": 866250392,
            "stop": 866250482
        },
        {
            "start": 866250632,
            "stop": 866250692
        },
        {
            "start": 866250842,
            "stop": 866250902
        },
        {
            "start": 866251052,
            "stop": 866251202
        },
        {
            "start": 866251352,
            "stop": 866251472
        },
        {
            "start": 866251622,
            "stop": 866251712
        },
        {
            "start": 866252042,
            "stop": 866252162
        },
        {
            "start": 866252638,
            "stop": 866252788
        },
        {
            "start": 866252968,
            "stop": 866253268
        },
        {
            "start": 866253418,
            "stop": 866253868
        },
        {
            "start": 866254018,
            "stop": 866254408
        },
        {
            "start": 866254588,
            "stop": 866254978
        },
        {
            "start": 866255128,
            "stop": 866255578
        },
        {
            "start": 866255728,
            "stop": 866256208
        },
        {
            "start": 866256358,
            "stop": 866256868
        },
        {
            "start": 866257018,
            "stop": 866257678
        }
    ]
}