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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=195",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 196,
    "results": [
        {
            "start": 847701031,
            "stop": 847725044
        },
        {
            "start": 847725047,
            "stop": 847725049
        },
        {
            "start": 847725052,
            "stop": 847730600
        },
        {
            "start": 847730603,
            "stop": 847730605
        },
        {
            "start": 847730610,
            "stop": 847731433
        },
        {
            "start": 847733010,
            "stop": 847733579
        },
        {
            "start": 847734387,
            "stop": 847734792
        },
        {
            "start": 847742700,
            "stop": 847744273
        },
        {
            "start": 847752171,
            "stop": 847753393
        },
        {
            "start": 847775781,
            "stop": 847797073
        },
        {
            "start": 847798683,
            "stop": 847802533
        },
        {
            "start": 847803691,
            "stop": 847811773
        },
        {
            "start": 847819476,
            "stop": 847820810
        },
        {
            "start": 847821199,
            "stop": 847821250
        },
        {
            "start": 847823778,
            "stop": 847823941
        },
        {
            "start": 847826448,
            "stop": 847834691
        },
        {
            "start": 847837065,
            "stop": 847837393
        },
        {
            "start": 847838012,
            "stop": 847841040
        },
        {
            "start": 847842323,
            "stop": 847883699
        },
        {
            "start": 847887376,
            "stop": 847890197
        }
    ]
}