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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=265",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 266,
    "results": [
        {
            "start": 818222976,
            "stop": 818222980
        },
        {
            "start": 818222990,
            "stop": 818223008
        },
        {
            "start": 818223016,
            "stop": 818223017
        },
        {
            "start": 818223041,
            "stop": 818223047
        },
        {
            "start": 818223050,
            "stop": 818223060
        },
        {
            "start": 818223065,
            "stop": 818223066
        },
        {
            "start": 818223070,
            "stop": 818223074
        },
        {
            "start": 818223077,
            "stop": 818223079
        },
        {
            "start": 818223083,
            "stop": 818223088
        },
        {
            "start": 818223096,
            "stop": 818223097
        },
        {
            "start": 818223105,
            "stop": 818223106
        },
        {
            "start": 818223116,
            "stop": 818223122
        },
        {
            "start": 818223125,
            "stop": 818223128
        },
        {
            "start": 818223143,
            "stop": 818223145
        },
        {
            "start": 818223150,
            "stop": 818223154
        },
        {
            "start": 818223161,
            "stop": 818223166
        },
        {
            "start": 818223182,
            "stop": 818223183
        },
        {
            "start": 818223191,
            "stop": 818223198
        },
        {
            "start": 818223208,
            "stop": 818223209
        },
        {
            "start": 818223217,
            "stop": 818223218
        }
    ]
}