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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=212",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 213,
    "results": [
        {
            "start": 931500024,
            "stop": 931500038
        },
        {
            "start": 931500041,
            "stop": 931500044
        },
        {
            "start": 931500046,
            "stop": 931500057
        },
        {
            "start": 931500060,
            "stop": 931500061
        },
        {
            "start": 931500067,
            "stop": 931500068
        },
        {
            "start": 931500083,
            "stop": 931500091
        },
        {
            "start": 931500094,
            "stop": 931500095
        },
        {
            "start": 931500098,
            "stop": 931500101
        },
        {
            "start": 931500105,
            "stop": 931500108
        },
        {
            "start": 931500111,
            "stop": 931500120
        },
        {
            "start": 931500126,
            "stop": 931500128
        },
        {
            "start": 931500137,
            "stop": 931500141
        },
        {
            "start": 931500144,
            "stop": 931500150
        },
        {
            "start": 931500154,
            "stop": 931500161
        },
        {
            "start": 931500163,
            "stop": 931500166
        },
        {
            "start": 931500171,
            "stop": 931500200
        },
        {
            "start": 931500203,
            "stop": 931500204
        },
        {
            "start": 931500207,
            "stop": 931500210
        },
        {
            "start": 931500212,
            "stop": 931500215
        },
        {
            "start": 931500218,
            "stop": 931500223
        }
    ]
}