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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=267",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 268,
    "results": [
        {
            "start": 840562091,
            "stop": 840562092
        },
        {
            "start": 840562093,
            "stop": 840562107
        },
        {
            "start": 840562109,
            "stop": 840562113
        },
        {
            "start": 840562115,
            "stop": 840562141
        },
        {
            "start": 840562142,
            "stop": 840562146
        },
        {
            "start": 840562148,
            "stop": 840562152
        },
        {
            "start": 840562153,
            "stop": 840562156
        },
        {
            "start": 840562159,
            "stop": 840562162
        },
        {
            "start": 840562165,
            "stop": 840562166
        },
        {
            "start": 840562912,
            "stop": 840563052
        },
        {
            "start": 840563101,
            "stop": 840563163
        },
        {
            "start": 840563296,
            "stop": 840563419
        },
        {
            "start": 840563469,
            "stop": 840565089
        },
        {
            "start": 840565091,
            "stop": 840565299
        },
        {
            "start": 840565470,
            "stop": 840565536
        },
        {
            "start": 840565658,
            "stop": 840569042
        },
        {
            "start": 840569044,
            "stop": 840577427
        },
        {
            "start": 840605096,
            "stop": 840610145
        },
        {
            "start": 840612536,
            "stop": 840613118
        },
        {
            "start": 840613119,
            "stop": 840613436
        }
    ]
}