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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=178",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 179,
    "results": [
        {
            "start": 931138265,
            "stop": 931138266
        },
        {
            "start": 931138269,
            "stop": 931138272
        },
        {
            "start": 931138274,
            "stop": 931138280
        },
        {
            "start": 931138281,
            "stop": 931138286
        },
        {
            "start": 931138287,
            "stop": 931138288
        },
        {
            "start": 931138289,
            "stop": 931138290
        },
        {
            "start": 931138291,
            "stop": 931138292
        },
        {
            "start": 931138293,
            "stop": 931138295
        },
        {
            "start": 931138298,
            "stop": 931138299
        },
        {
            "start": 931138300,
            "stop": 931138304
        },
        {
            "start": 931138307,
            "stop": 931138310
        },
        {
            "start": 931138312,
            "stop": 931138316
        },
        {
            "start": 931138317,
            "stop": 931138318
        },
        {
            "start": 931138320,
            "stop": 931138330
        },
        {
            "start": 931138331,
            "stop": 931138332
        },
        {
            "start": 931138335,
            "stop": 931138336
        },
        {
            "start": 931138337,
            "stop": 931138342
        },
        {
            "start": 931138343,
            "stop": 931138344
        },
        {
            "start": 931138345,
            "stop": 931138346
        },
        {
            "start": 931138351,
            "stop": 931138358
        }
    ]
}