Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1985
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1986",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1984",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1985,
    "results": [
        {
            "start": 1253581930,
            "stop": 1253582338
        },
        {
            "start": 1253582341,
            "stop": 1253582518
        },
        {
            "start": 1253582519,
            "stop": 1253582538
        },
        {
            "start": 1253582541,
            "stop": 1253582743
        },
        {
            "start": 1253582746,
            "stop": 1253583246
        },
        {
            "start": 1253583249,
            "stop": 1253586998
        },
        {
            "start": 1253587001,
            "stop": 1253589927
        },
        {
            "start": 1253589930,
            "stop": 1253590216
        },
        {
            "start": 1253590219,
            "stop": 1253591286
        },
        {
            "start": 1253591289,
            "stop": 1253591320
        },
        {
            "start": 1253591323,
            "stop": 1253592082
        },
        {
            "start": 1253592083,
            "stop": 1253592767
        },
        {
            "start": 1253592769,
            "stop": 1253592771
        },
        {
            "start": 1253592772,
            "stop": 1253593238
        },
        {
            "start": 1253593241,
            "stop": 1253593363
        },
        {
            "start": 1253593365,
            "stop": 1253593647
        },
        {
            "start": 1253598464,
            "stop": 1253598670
        },
        {
            "start": 1253598673,
            "stop": 1253599031
        },
        {
            "start": 1253599034,
            "stop": 1253599143
        },
        {
            "start": 1253599146,
            "stop": 1253599417
        }
    ]
}