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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=86",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 87,
    "results": [
        {
            "start": 931506111,
            "stop": 931506117
        },
        {
            "start": 931506120,
            "stop": 931506128
        },
        {
            "start": 931506131,
            "stop": 931506166
        },
        {
            "start": 931506169,
            "stop": 931506198
        },
        {
            "start": 931506201,
            "stop": 931506218
        },
        {
            "start": 931506221,
            "stop": 931506223
        },
        {
            "start": 931506226,
            "stop": 931506229
        },
        {
            "start": 931506233,
            "stop": 931506249
        },
        {
            "start": 931506252,
            "stop": 931506259
        },
        {
            "start": 931506265,
            "stop": 931506269
        },
        {
            "start": 931506272,
            "stop": 931506274
        },
        {
            "start": 931506280,
            "stop": 931506290
        },
        {
            "start": 931506293,
            "stop": 931506295
        },
        {
            "start": 931506298,
            "stop": 931506312
        },
        {
            "start": 931506315,
            "stop": 931506332
        },
        {
            "start": 931506335,
            "stop": 931506339
        },
        {
            "start": 931506342,
            "stop": 931506353
        },
        {
            "start": 931506356,
            "stop": 931506361
        },
        {
            "start": 931506364,
            "stop": 931506368
        },
        {
            "start": 931506373,
            "stop": 931506375
        }
    ]
}