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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5245",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5246,
    "results": [
        {
            "start": 874434540,
            "stop": 874436259
        },
        {
            "start": 874436697,
            "stop": 874436940
        },
        {
            "start": 874437060,
            "stop": 874437976
        },
        {
            "start": 874439196,
            "stop": 874439936
        },
        {
            "start": 874439975,
            "stop": 874440140
        },
        {
            "start": 874440176,
            "stop": 874441740
        },
        {
            "start": 874441952,
            "stop": 874442100
        },
        {
            "start": 874442160,
            "stop": 874442210
        },
        {
            "start": 874442520,
            "stop": 874442572
        },
        {
            "start": 874450942,
            "stop": 874451050
        },
        {
            "start": 874451084,
            "stop": 874451095
        },
        {
            "start": 874451129,
            "stop": 874451385
        },
        {
            "start": 874451421,
            "stop": 874452010
        },
        {
            "start": 874452056,
            "stop": 874452200
        },
        {
            "start": 874452237,
            "stop": 874452662
        },
        {
            "start": 874452909,
            "stop": 874453502
        },
        {
            "start": 874453543,
            "stop": 874453576
        },
        {
            "start": 874453612,
            "stop": 874453688
        },
        {
            "start": 874453728,
            "stop": 874453765
        },
        {
            "start": 874453812,
            "stop": 874453817
        }
    ]
}