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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=142",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 143,
    "results": [
        {
            "start": 1135052293,
            "stop": 1135052310
        },
        {
            "start": 1135052313,
            "stop": 1135052334
        },
        {
            "start": 1135052337,
            "stop": 1135052361
        },
        {
            "start": 1135052364,
            "stop": 1135052373
        },
        {
            "start": 1135052376,
            "stop": 1135052384
        },
        {
            "start": 1135052387,
            "stop": 1135052394
        },
        {
            "start": 1135052397,
            "stop": 1135052399
        },
        {
            "start": 1135052402,
            "stop": 1135052409
        },
        {
            "start": 1135052412,
            "stop": 1135052421
        },
        {
            "start": 1135052424,
            "stop": 1135052431
        },
        {
            "start": 1135052434,
            "stop": 1135052440
        },
        {
            "start": 1135052443,
            "stop": 1135052449
        },
        {
            "start": 1135052452,
            "stop": 1135052462
        },
        {
            "start": 1135052465,
            "stop": 1135052471
        },
        {
            "start": 1135052474,
            "stop": 1135052481
        },
        {
            "start": 1135052488,
            "stop": 1135052489
        },
        {
            "start": 1135052495,
            "stop": 1135052499
        },
        {
            "start": 1135052502,
            "stop": 1135052505
        },
        {
            "start": 1135052508,
            "stop": 1135052510
        },
        {
            "start": 1135052513,
            "stop": 1135052517
        }
    ]
}