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=393
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=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=392",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 393,
    "results": [
        {
            "start": 837076998,
            "stop": 837081408
        },
        {
            "start": 837081558,
            "stop": 837085938
        },
        {
            "start": 837093574,
            "stop": 837097054
        },
        {
            "start": 837097203,
            "stop": 837099243
        },
        {
            "start": 837099518,
            "stop": 837110138
        },
        {
            "start": 837115486,
            "stop": 837115606
        },
        {
            "start": 837118066,
            "stop": 837118726
        },
        {
            "start": 837118893,
            "stop": 837119133
        },
        {
            "start": 837119552,
            "stop": 837119732
        },
        {
            "start": 837119886,
            "stop": 837120126
        },
        {
            "start": 837120471,
            "stop": 837121611
        },
        {
            "start": 837121761,
            "stop": 837122361
        },
        {
            "start": 837122686,
            "stop": 837123406
        },
        {
            "start": 837123699,
            "stop": 837124179
        },
        {
            "start": 837124423,
            "stop": 837125503
        },
        {
            "start": 837125653,
            "stop": 837126043
        },
        {
            "start": 837126346,
            "stop": 837126826
        },
        {
            "start": 837127063,
            "stop": 837129643
        },
        {
            "start": 837129848,
            "stop": 837134048
        },
        {
            "start": 837134207,
            "stop": 837134927
        }
    ]
}