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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7038",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7039,
    "results": [
        {
            "start": 874139930,
            "stop": 874139931
        },
        {
            "start": 874139934,
            "stop": 874139936
        },
        {
            "start": 874139941,
            "stop": 874139943
        },
        {
            "start": 874139946,
            "stop": 874140081
        },
        {
            "start": 874140084,
            "stop": 874140094
        },
        {
            "start": 874140097,
            "stop": 874140466
        },
        {
            "start": 874140469,
            "stop": 874141146
        },
        {
            "start": 874141152,
            "stop": 874141280
        },
        {
            "start": 874141283,
            "stop": 874141468
        },
        {
            "start": 874141472,
            "stop": 874141701
        },
        {
            "start": 874141704,
            "stop": 874142408
        },
        {
            "start": 874142412,
            "stop": 874143068
        },
        {
            "start": 874143071,
            "stop": 874143493
        },
        {
            "start": 874143496,
            "stop": 874144119
        },
        {
            "start": 874144122,
            "stop": 874144229
        },
        {
            "start": 874144233,
            "stop": 874144965
        },
        {
            "start": 874144968,
            "stop": 874145020
        },
        {
            "start": 874145023,
            "stop": 874145058
        },
        {
            "start": 874145061,
            "stop": 874145095
        },
        {
            "start": 874145099,
            "stop": 874145179
        }
    ]
}