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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=283",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 284,
    "results": [
        {
            "start": 1262978501,
            "stop": 1262980167
        },
        {
            "start": 1262980170,
            "stop": 1262982115
        },
        {
            "start": 1262982119,
            "stop": 1262984456
        },
        {
            "start": 1262984457,
            "stop": 1262984805
        },
        {
            "start": 1262984807,
            "stop": 1262985410
        },
        {
            "start": 1262985411,
            "stop": 1262985471
        },
        {
            "start": 1262985475,
            "stop": 1262989172
        },
        {
            "start": 1262989175,
            "stop": 1262989386
        },
        {
            "start": 1262989388,
            "stop": 1262990693
        },
        {
            "start": 1262990697,
            "stop": 1262991553
        },
        {
            "start": 1262991558,
            "stop": 1262992208
        },
        {
            "start": 1262992210,
            "stop": 1262992347
        },
        {
            "start": 1262992351,
            "stop": 1262994845
        },
        {
            "start": 1262994847,
            "stop": 1262997340
        },
        {
            "start": 1262997341,
            "stop": 1262997749
        },
        {
            "start": 1262997751,
            "stop": 1262998490
        },
        {
            "start": 1262998492,
            "stop": 1263000166
        },
        {
            "start": 1263000167,
            "stop": 1263004187
        },
        {
            "start": 1263004189,
            "stop": 1263005563
        },
        {
            "start": 1263005566,
            "stop": 1263006303
        }
    ]
}