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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=205",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 206,
    "results": [
        {
            "start": 816856778,
            "stop": 816856782
        },
        {
            "start": 816856785,
            "stop": 816856795
        },
        {
            "start": 816856800,
            "stop": 816856802
        },
        {
            "start": 816858141,
            "stop": 816858202
        },
        {
            "start": 816858205,
            "stop": 816858210
        },
        {
            "start": 816858214,
            "stop": 816858223
        },
        {
            "start": 816858227,
            "stop": 816858237
        },
        {
            "start": 816858241,
            "stop": 816858328
        },
        {
            "start": 816858331,
            "stop": 816858351
        },
        {
            "start": 816858355,
            "stop": 816858359
        },
        {
            "start": 816858378,
            "stop": 816858380
        },
        {
            "start": 816858392,
            "stop": 816858393
        },
        {
            "start": 816858399,
            "stop": 816858400
        },
        {
            "start": 816858419,
            "stop": 816858507
        },
        {
            "start": 816858511,
            "stop": 816858567
        },
        {
            "start": 816858572,
            "stop": 816858617
        },
        {
            "start": 816858620,
            "stop": 816858622
        },
        {
            "start": 816858627,
            "stop": 816858747
        },
        {
            "start": 816858759,
            "stop": 816858761
        },
        {
            "start": 816858766,
            "stop": 816858768
        }
    ]
}