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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=327",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 328,
    "results": [
        {
            "start": 844510371,
            "stop": 844511881
        },
        {
            "start": 844511883,
            "stop": 844517101
        },
        {
            "start": 844517566,
            "stop": 844520012
        },
        {
            "start": 844520959,
            "stop": 844521168
        },
        {
            "start": 844521978,
            "stop": 844521982
        },
        {
            "start": 844524405,
            "stop": 844524489
        },
        {
            "start": 844524671,
            "stop": 844525165
        },
        {
            "start": 844559089,
            "stop": 844559370
        },
        {
            "start": 844559372,
            "stop": 844560638
        },
        {
            "start": 844560640,
            "stop": 844562792
        },
        {
            "start": 844566235,
            "stop": 844576033
        },
        {
            "start": 844576034,
            "stop": 844582252
        },
        {
            "start": 844585311,
            "stop": 844586779
        },
        {
            "start": 844587690,
            "stop": 844590104
        },
        {
            "start": 844590331,
            "stop": 844595913
        },
        {
            "start": 844595915,
            "stop": 844596766
        },
        {
            "start": 844596994,
            "stop": 844599959
        },
        {
            "start": 844601445,
            "stop": 844601918
        },
        {
            "start": 844601920,
            "stop": 844603514
        },
        {
            "start": 844603516,
            "stop": 844605297
        }
    ]
}