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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=247",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 248,
    "results": [
        {
            "start": 820920231,
            "stop": 820920247
        },
        {
            "start": 820920254,
            "stop": 820920686
        },
        {
            "start": 820920693,
            "stop": 820921142
        },
        {
            "start": 820921151,
            "stop": 820921153
        },
        {
            "start": 820921160,
            "stop": 820921273
        },
        {
            "start": 820923558,
            "stop": 820923694
        },
        {
            "start": 820923701,
            "stop": 820923710
        },
        {
            "start": 820923719,
            "stop": 820923797
        },
        {
            "start": 820923804,
            "stop": 820923954
        },
        {
            "start": 820923961,
            "stop": 820924600
        },
        {
            "start": 820924608,
            "stop": 820924746
        },
        {
            "start": 820924753,
            "stop": 820924998
        },
        {
            "start": 820925006,
            "stop": 820926240
        },
        {
            "start": 820926300,
            "stop": 820926584
        },
        {
            "start": 820926765,
            "stop": 820926877
        },
        {
            "start": 820926884,
            "stop": 820929344
        },
        {
            "start": 820929525,
            "stop": 820929540
        },
        {
            "start": 820929600,
            "stop": 820929764
        },
        {
            "start": 820930065,
            "stop": 820930587
        },
        {
            "start": 820930594,
            "stop": 820930833
        }
    ]
}