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/H1_STOCH_CAT1/segments?format=api&page=41
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=40",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 41,
    "results": [
        {
            "start": 820550275,
            "stop": 820554526
        },
        {
            "start": 820556256,
            "stop": 820557373
        },
        {
            "start": 820558606,
            "stop": 820562867
        },
        {
            "start": 820563687,
            "stop": 820573760
        },
        {
            "start": 820573792,
            "stop": 820576096
        },
        {
            "start": 820576128,
            "stop": 820590105
        },
        {
            "start": 820590108,
            "stop": 820603520
        },
        {
            "start": 820603552,
            "stop": 820608073
        },
        {
            "start": 820608158,
            "stop": 820608181
        },
        {
            "start": 820608440,
            "stop": 820608613
        },
        {
            "start": 820609231,
            "stop": 820614853
        },
        {
            "start": 820615215,
            "stop": 820626109
        },
        {
            "start": 820628379,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635193
        },
        {
            "start": 820637054,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820652800
        },
        {
            "start": 820652832,
            "stop": 820654944
        },
        {
            "start": 820654976,
            "stop": 820655936
        },
        {
            "start": 820655968,
            "stop": 820658176
        },
        {
            "start": 820658208,
            "stop": 820660928
        }
    ]
}