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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1006",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1007,
    "results": [
        {
            "start": 871284244,
            "stop": 871289494
        },
        {
            "start": 871305428,
            "stop": 871306448
        },
        {
            "start": 871309443,
            "stop": 871309683
        },
        {
            "start": 871309834,
            "stop": 871310014
        },
        {
            "start": 871310509,
            "stop": 871313629
        },
        {
            "start": 871313782,
            "stop": 871314562
        },
        {
            "start": 871314701,
            "stop": 871315181
        },
        {
            "start": 871315333,
            "stop": 871316113
        },
        {
            "start": 871316329,
            "stop": 871320169
        },
        {
            "start": 871323882,
            "stop": 871324122
        },
        {
            "start": 871324282,
            "stop": 871324582
        },
        {
            "start": 871324743,
            "stop": 871325103
        },
        {
            "start": 871325499,
            "stop": 871326339
        },
        {
            "start": 871326583,
            "stop": 871327363
        },
        {
            "start": 871327519,
            "stop": 871328239
        },
        {
            "start": 871328391,
            "stop": 871329111
        },
        {
            "start": 871344213,
            "stop": 871346373
        },
        {
            "start": 871346566,
            "stop": 871350466
        },
        {
            "start": 871350616,
            "stop": 871351366
        },
        {
            "start": 871351882,
            "stop": 871352602
        }
    ]
}