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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16659",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16660,
    "results": [
        {
            "start": 874839394,
            "stop": 874839412
        },
        {
            "start": 874839414,
            "stop": 874839468
        },
        {
            "start": 874839470,
            "stop": 874839476
        },
        {
            "start": 874839478,
            "stop": 874839702
        },
        {
            "start": 874839705,
            "stop": 874839803
        },
        {
            "start": 874839804,
            "stop": 874839939
        },
        {
            "start": 874839943,
            "stop": 874839994
        },
        {
            "start": 874839995,
            "stop": 874840090
        },
        {
            "start": 874840091,
            "stop": 874840120
        },
        {
            "start": 874840121,
            "stop": 874840140
        },
        {
            "start": 874840144,
            "stop": 874840181
        },
        {
            "start": 874840182,
            "stop": 874840238
        },
        {
            "start": 874840239,
            "stop": 874840246
        },
        {
            "start": 874840247,
            "stop": 874840274
        },
        {
            "start": 874840276,
            "stop": 874840314
        },
        {
            "start": 874840317,
            "stop": 874840319
        },
        {
            "start": 874840324,
            "stop": 874840331
        },
        {
            "start": 874840332,
            "stop": 874840372
        },
        {
            "start": 874840374,
            "stop": 874840707
        },
        {
            "start": 874840708,
            "stop": 874840843
        }
    ]
}