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=2992
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=2993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2991",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2992,
    "results": [
        {
            "start": 862055220,
            "stop": 862055232
        },
        {
            "start": 862055240,
            "stop": 862058640
        },
        {
            "start": 862058700,
            "stop": 862060118
        },
        {
            "start": 862060123,
            "stop": 862064919
        },
        {
            "start": 862064922,
            "stop": 862064928
        },
        {
            "start": 862064931,
            "stop": 862065480
        },
        {
            "start": 862065600,
            "stop": 862066815
        },
        {
            "start": 862088556,
            "stop": 862088640
        },
        {
            "start": 862088700,
            "stop": 862091940
        },
        {
            "start": 862092000,
            "stop": 862092660
        },
        {
            "start": 862092780,
            "stop": 862096233
        },
        {
            "start": 862099295,
            "stop": 862112820
        },
        {
            "start": 862112880,
            "stop": 862115508
        },
        {
            "start": 862115512,
            "stop": 862130361
        },
        {
            "start": 862131933,
            "stop": 862136204
        },
        {
            "start": 862136385,
            "stop": 862139529
        },
        {
            "start": 862141626,
            "stop": 862150598
        },
        {
            "start": 862150601,
            "stop": 862153020
        },
        {
            "start": 862153080,
            "stop": 862156692
        },
        {
            "start": 862156698,
            "stop": 862156702
        }
    ]
}