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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=375",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 376,
    "results": [
        {
            "start": 1264328128,
            "stop": 1264328168
        },
        {
            "start": 1264328170,
            "stop": 1264328178
        },
        {
            "start": 1264328179,
            "stop": 1264328181
        },
        {
            "start": 1264328183,
            "stop": 1264328187
        },
        {
            "start": 1264328188,
            "stop": 1264328189
        },
        {
            "start": 1264328194,
            "stop": 1264328196
        },
        {
            "start": 1264328199,
            "stop": 1264328200
        },
        {
            "start": 1264328202,
            "stop": 1264328206
        },
        {
            "start": 1264328208,
            "stop": 1264328210
        },
        {
            "start": 1264328212,
            "stop": 1264328213
        },
        {
            "start": 1264328214,
            "stop": 1264328215
        },
        {
            "start": 1264328216,
            "stop": 1264328217
        },
        {
            "start": 1264328220,
            "stop": 1264328222
        },
        {
            "start": 1264328224,
            "stop": 1264328227
        },
        {
            "start": 1264328228,
            "stop": 1264328229
        },
        {
            "start": 1264328231,
            "stop": 1264328234
        },
        {
            "start": 1264328235,
            "stop": 1264328238
        },
        {
            "start": 1264328240,
            "stop": 1264328242
        },
        {
            "start": 1264328243,
            "stop": 1264328244
        },
        {
            "start": 1264328245,
            "stop": 1264328246
        }
    ]
}