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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=75",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 76,
    "results": [
        {
            "start": 819637181,
            "stop": 819637661
        },
        {
            "start": 819637991,
            "stop": 819638051
        },
        {
            "start": 819638307,
            "stop": 819638367
        },
        {
            "start": 819638530,
            "stop": 819638890
        },
        {
            "start": 819639048,
            "stop": 819639588
        },
        {
            "start": 819640019,
            "stop": 819640199
        },
        {
            "start": 819640378,
            "stop": 819640438
        },
        {
            "start": 819640809,
            "stop": 819640869
        },
        {
            "start": 819641465,
            "stop": 819641525
        },
        {
            "start": 819650474,
            "stop": 819650534
        },
        {
            "start": 819651066,
            "stop": 819651126
        },
        {
            "start": 819653116,
            "stop": 819653176
        },
        {
            "start": 819664792,
            "stop": 819664852
        },
        {
            "start": 819670332,
            "stop": 819670392
        },
        {
            "start": 819671393,
            "stop": 819671453
        },
        {
            "start": 819675393,
            "stop": 819675453
        },
        {
            "start": 819676841,
            "stop": 819676901
        },
        {
            "start": 819682156,
            "stop": 819682276
        },
        {
            "start": 819684565,
            "stop": 819684625
        },
        {
            "start": 819694125,
            "stop": 819694185
        }
    ]
}