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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=143",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 144,
    "results": [
        {
            "start": 931132242,
            "stop": 931132244
        },
        {
            "start": 931132245,
            "stop": 931132247
        },
        {
            "start": 931132249,
            "stop": 931132250
        },
        {
            "start": 931132251,
            "stop": 931132252
        },
        {
            "start": 931132254,
            "stop": 931132266
        },
        {
            "start": 931132271,
            "stop": 931132272
        },
        {
            "start": 931132273,
            "stop": 931132274
        },
        {
            "start": 931132275,
            "stop": 931132279
        },
        {
            "start": 931132282,
            "stop": 931132283
        },
        {
            "start": 931132284,
            "stop": 931132289
        },
        {
            "start": 931132290,
            "stop": 931132294
        },
        {
            "start": 931132298,
            "stop": 931132300
        },
        {
            "start": 931132305,
            "stop": 931132321
        },
        {
            "start": 931132323,
            "stop": 931132327
        },
        {
            "start": 931132328,
            "stop": 931132329
        },
        {
            "start": 931132330,
            "stop": 931132333
        },
        {
            "start": 931132336,
            "stop": 931132337
        },
        {
            "start": 931132338,
            "stop": 931132341
        },
        {
            "start": 931132342,
            "stop": 931132344
        },
        {
            "start": 931132345,
            "stop": 931132347
        }
    ]
}