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=1606
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=1607",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1605",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1606,
    "results": [
        {
            "start": 953628598,
            "stop": 953628799
        },
        {
            "start": 953628801,
            "stop": 953628864
        },
        {
            "start": 953628866,
            "stop": 953628894
        },
        {
            "start": 953628896,
            "stop": 953629016
        },
        {
            "start": 953629018,
            "stop": 953629117
        },
        {
            "start": 953629119,
            "stop": 953629125
        },
        {
            "start": 953629128,
            "stop": 953629206
        },
        {
            "start": 953629208,
            "stop": 953629239
        },
        {
            "start": 953629241,
            "stop": 953629263
        },
        {
            "start": 953629265,
            "stop": 953629522
        },
        {
            "start": 953629524,
            "stop": 953629576
        },
        {
            "start": 953629578,
            "stop": 953630122
        },
        {
            "start": 953632591,
            "stop": 953633805
        },
        {
            "start": 953635528,
            "stop": 953641229
        },
        {
            "start": 953641232,
            "stop": 953641249
        },
        {
            "start": 953641255,
            "stop": 953641257
        },
        {
            "start": 953641263,
            "stop": 953641265
        },
        {
            "start": 953641267,
            "stop": 953641274
        },
        {
            "start": 953641279,
            "stop": 953641280
        },
        {
            "start": 953641282,
            "stop": 953641290
        }
    ]
}