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_H1L1/segments?format=api&page=160
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_H1L1/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=159",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 160,
    "results": [
        {
            "start": 824501920,
            "stop": 824501980
        },
        {
            "start": 824506229,
            "stop": 824506769
        },
        {
            "start": 824507686,
            "stop": 824507746
        },
        {
            "start": 824507930,
            "stop": 824509250
        },
        {
            "start": 824509422,
            "stop": 824509902
        },
        {
            "start": 824509932,
            "stop": 824510052
        },
        {
            "start": 824510082,
            "stop": 824510682
        },
        {
            "start": 824521768,
            "stop": 824525968
        },
        {
            "start": 824526318,
            "stop": 824526978
        },
        {
            "start": 824527260,
            "stop": 824529420
        },
        {
            "start": 824529581,
            "stop": 824534441
        },
        {
            "start": 824534471,
            "stop": 824535041
        },
        {
            "start": 824538699,
            "stop": 824538759
        },
        {
            "start": 824538910,
            "stop": 824539630
        },
        {
            "start": 824539791,
            "stop": 824540571
        },
        {
            "start": 824540741,
            "stop": 824542361
        },
        {
            "start": 824542511,
            "stop": 824542601
        },
        {
            "start": 824542793,
            "stop": 824543453
        },
        {
            "start": 824546242,
            "stop": 824547322
        },
        {
            "start": 824547536,
            "stop": 824548616
        }
    ]
}