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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=129",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 130,
    "results": [
        {
            "start": 838358819,
            "stop": 838364627
        },
        {
            "start": 838365194,
            "stop": 838376100
        },
        {
            "start": 838376593,
            "stop": 838379746
        },
        {
            "start": 838380577,
            "stop": 838387275
        },
        {
            "start": 838389446,
            "stop": 838394755
        },
        {
            "start": 838394987,
            "stop": 838398260
        },
        {
            "start": 838399942,
            "stop": 838401761
        },
        {
            "start": 838401865,
            "stop": 838403814
        },
        {
            "start": 838403819,
            "stop": 838406357
        },
        {
            "start": 838409200,
            "stop": 838409606
        },
        {
            "start": 838410890,
            "stop": 838416877
        },
        {
            "start": 838419794,
            "stop": 838424724
        },
        {
            "start": 838424729,
            "stop": 838426065
        },
        {
            "start": 838426072,
            "stop": 838426095
        },
        {
            "start": 838440347,
            "stop": 838446432
        },
        {
            "start": 838446540,
            "stop": 838449328
        },
        {
            "start": 838452002,
            "stop": 838457838
        },
        {
            "start": 838458590,
            "stop": 838461701
        },
        {
            "start": 838467878,
            "stop": 838470732
        },
        {
            "start": 838471006,
            "stop": 838472236
        }
    ]
}