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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=274",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 275,
    "results": [
        {
            "start": 931683281,
            "stop": 931683282
        },
        {
            "start": 931683287,
            "stop": 931683292
        },
        {
            "start": 931683299,
            "stop": 931683300
        },
        {
            "start": 931683303,
            "stop": 931683304
        },
        {
            "start": 931683307,
            "stop": 931683311
        },
        {
            "start": 931683314,
            "stop": 931683315
        },
        {
            "start": 931683318,
            "stop": 931683324
        },
        {
            "start": 931683331,
            "stop": 931683334
        },
        {
            "start": 931683346,
            "stop": 931683347
        },
        {
            "start": 931683351,
            "stop": 931683356
        },
        {
            "start": 931683359,
            "stop": 931683362
        },
        {
            "start": 931683368,
            "stop": 931683370
        },
        {
            "start": 931683375,
            "stop": 931683376
        },
        {
            "start": 931683379,
            "stop": 931683380
        },
        {
            "start": 931683383,
            "stop": 931683385
        },
        {
            "start": 931683391,
            "stop": 931683395
        },
        {
            "start": 931683398,
            "stop": 931683400
        },
        {
            "start": 931683407,
            "stop": 931683408
        },
        {
            "start": 931683420,
            "stop": 931683421
        },
        {
            "start": 931683433,
            "stop": 931683434
        }
    ]
}