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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=219",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 220,
    "results": [
        {
            "start": 835637439,
            "stop": 835644109
        },
        {
            "start": 835644232,
            "stop": 835651930
        },
        {
            "start": 835652035,
            "stop": 835652227
        },
        {
            "start": 835692754,
            "stop": 835692824
        },
        {
            "start": 835692826,
            "stop": 835694059
        },
        {
            "start": 835694061,
            "stop": 835701888
        },
        {
            "start": 835701941,
            "stop": 835708568
        },
        {
            "start": 835708648,
            "stop": 835712268
        },
        {
            "start": 835713341,
            "stop": 835714987
        },
        {
            "start": 835716708,
            "stop": 835718527
        },
        {
            "start": 835718602,
            "stop": 835727897
        },
        {
            "start": 835727899,
            "stop": 835727910
        },
        {
            "start": 835727912,
            "stop": 835727928
        },
        {
            "start": 835727930,
            "stop": 835728182
        },
        {
            "start": 835729010,
            "stop": 835732199
        },
        {
            "start": 835732201,
            "stop": 835750915
        },
        {
            "start": 835750917,
            "stop": 835750924
        },
        {
            "start": 835750926,
            "stop": 835751610
        },
        {
            "start": 835751613,
            "stop": 835751642
        },
        {
            "start": 835751644,
            "stop": 835751645
        }
    ]
}