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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4121",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4122,
    "results": [
        {
            "start": 874250080,
            "stop": 874250093
        },
        {
            "start": 874250142,
            "stop": 874250211
        },
        {
            "start": 874250230,
            "stop": 874250256
        },
        {
            "start": 874250275,
            "stop": 874250293
        },
        {
            "start": 874250340,
            "stop": 874250354
        },
        {
            "start": 874250374,
            "stop": 874250420
        },
        {
            "start": 874250454,
            "stop": 874250502
        },
        {
            "start": 874250541,
            "stop": 874250632
        },
        {
            "start": 874250664,
            "stop": 874250708
        },
        {
            "start": 874250727,
            "stop": 874250728
        },
        {
            "start": 874250747,
            "stop": 874250750
        },
        {
            "start": 874250774,
            "stop": 874250859
        },
        {
            "start": 874250878,
            "stop": 874250885
        },
        {
            "start": 874250921,
            "stop": 874250926
        },
        {
            "start": 874250948,
            "stop": 874250949
        },
        {
            "start": 874250968,
            "stop": 874250969
        },
        {
            "start": 874250989,
            "stop": 874250993
        },
        {
            "start": 874251012,
            "stop": 874251051
        },
        {
            "start": 874251089,
            "stop": 874251106
        },
        {
            "start": 874251140,
            "stop": 874251178
        }
    ]
}