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=405
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=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=404",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 405,
    "results": [
        {
            "start": 837627174,
            "stop": 837628674
        },
        {
            "start": 837629287,
            "stop": 837629407
        },
        {
            "start": 837629559,
            "stop": 837629979
        },
        {
            "start": 837630214,
            "stop": 837632494
        },
        {
            "start": 837632687,
            "stop": 837635867
        },
        {
            "start": 837636067,
            "stop": 837636727
        },
        {
            "start": 837638311,
            "stop": 837639451
        },
        {
            "start": 837639605,
            "stop": 837644045
        },
        {
            "start": 837649498,
            "stop": 837651058
        },
        {
            "start": 837651319,
            "stop": 837651499
        },
        {
            "start": 837651721,
            "stop": 837651781
        },
        {
            "start": 837652484,
            "stop": 837652544
        },
        {
            "start": 837653158,
            "stop": 837653518
        },
        {
            "start": 837653608,
            "stop": 837653758
        },
        {
            "start": 837655790,
            "stop": 837655850
        },
        {
            "start": 837656650,
            "stop": 837665470
        },
        {
            "start": 837665620,
            "stop": 837673870
        },
        {
            "start": 837675031,
            "stop": 837682351
        },
        {
            "start": 837682866,
            "stop": 837682926
        },
        {
            "start": 837683275,
            "stop": 837683335
        }
    ]
}