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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3186",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3187,
    "results": [
        {
            "start": 870238740,
            "stop": 870238999
        },
        {
            "start": 870239003,
            "stop": 870239040
        },
        {
            "start": 870239160,
            "stop": 870239280
        },
        {
            "start": 870239340,
            "stop": 870240857
        },
        {
            "start": 870240860,
            "stop": 870244014
        },
        {
            "start": 870244017,
            "stop": 870261899
        },
        {
            "start": 870262727,
            "stop": 870262784
        },
        {
            "start": 870262965,
            "stop": 870269640
        },
        {
            "start": 870269700,
            "stop": 870271440
        },
        {
            "start": 870271500,
            "stop": 870272979
        },
        {
            "start": 870275760,
            "stop": 870275775
        },
        {
            "start": 870275780,
            "stop": 870275820
        },
        {
            "start": 870275880,
            "stop": 870277935
        },
        {
            "start": 870277939,
            "stop": 870281520
        },
        {
            "start": 870281580,
            "stop": 870286695
        },
        {
            "start": 870286710,
            "stop": 870286715
        },
        {
            "start": 870286720,
            "stop": 870286765
        },
        {
            "start": 870286773,
            "stop": 870286787
        },
        {
            "start": 870286793,
            "stop": 870286800
        },
        {
            "start": 870286860,
            "stop": 870287052
        }
    ]
}