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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=245",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 246,
    "results": [
        {
            "start": 838365194,
            "stop": 838376100
        },
        {
            "start": 838376593,
            "stop": 838378179
        },
        {
            "start": 838378181,
            "stop": 838379746
        },
        {
            "start": 838380577,
            "stop": 838381501
        },
        {
            "start": 838381503,
            "stop": 838387213
        },
        {
            "start": 838387215,
            "stop": 838387246
        },
        {
            "start": 838389446,
            "stop": 838394755
        },
        {
            "start": 838394987,
            "stop": 838397087
        },
        {
            "start": 838397088,
            "stop": 838397556
        },
        {
            "start": 838397558,
            "stop": 838398230
        },
        {
            "start": 838399942,
            "stop": 838400058
        },
        {
            "start": 838400059,
            "stop": 838400133
        },
        {
            "start": 838400135,
            "stop": 838400193
        },
        {
            "start": 838400194,
            "stop": 838400258
        },
        {
            "start": 838400261,
            "stop": 838401761
        },
        {
            "start": 838401865,
            "stop": 838403784
        },
        {
            "start": 838403819,
            "stop": 838406327
        },
        {
            "start": 838409200,
            "stop": 838409576
        },
        {
            "start": 838410890,
            "stop": 838414573
        },
        {
            "start": 838414575,
            "stop": 838416848
        }
    ]
}