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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=310",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 311,
    "results": [
        {
            "start": 931565243,
            "stop": 931565244
        },
        {
            "start": 931565245,
            "stop": 931565247
        },
        {
            "start": 931565250,
            "stop": 931565254
        },
        {
            "start": 931565257,
            "stop": 931565258
        },
        {
            "start": 931565261,
            "stop": 931565270
        },
        {
            "start": 931565271,
            "stop": 931565274
        },
        {
            "start": 931565277,
            "stop": 931565278
        },
        {
            "start": 931565287,
            "stop": 931565288
        },
        {
            "start": 931565289,
            "stop": 931565293
        },
        {
            "start": 931565296,
            "stop": 931565318
        },
        {
            "start": 931565324,
            "stop": 931565339
        },
        {
            "start": 931565346,
            "stop": 931565348
        },
        {
            "start": 931565351,
            "stop": 931565353
        },
        {
            "start": 931565357,
            "stop": 931565359
        },
        {
            "start": 931565360,
            "stop": 931565371
        },
        {
            "start": 931565375,
            "stop": 931565380
        },
        {
            "start": 931565383,
            "stop": 931565387
        },
        {
            "start": 931565389,
            "stop": 931565390
        },
        {
            "start": 931565394,
            "stop": 931565403
        },
        {
            "start": 931565406,
            "stop": 931565417
        }
    ]
}