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=702
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=703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=701",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 702,
    "results": [
        {
            "start": 855950548,
            "stop": 855950848
        },
        {
            "start": 855951134,
            "stop": 855951794
        },
        {
            "start": 855951977,
            "stop": 855952097
        },
        {
            "start": 855952338,
            "stop": 855953598
        },
        {
            "start": 856006255,
            "stop": 856006345
        },
        {
            "start": 856009366,
            "stop": 856010686
        },
        {
            "start": 856010841,
            "stop": 856011801
        },
        {
            "start": 856011930,
            "stop": 856012290
        },
        {
            "start": 856012435,
            "stop": 856014445
        },
        {
            "start": 856014655,
            "stop": 856014835
        },
        {
            "start": 856014991,
            "stop": 856015231
        },
        {
            "start": 856015384,
            "stop": 856016584
        },
        {
            "start": 856016734,
            "stop": 856020154
        },
        {
            "start": 856020320,
            "stop": 856020950
        },
        {
            "start": 856022173,
            "stop": 856022323
        },
        {
            "start": 856054695,
            "stop": 856054755
        },
        {
            "start": 856055027,
            "stop": 856058747
        },
        {
            "start": 856058897,
            "stop": 856059227
        },
        {
            "start": 856059766,
            "stop": 856060996
        },
        {
            "start": 856061026,
            "stop": 856062916
        }
    ]
}