Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=10",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 11,
    "results": [
        {
            "start": 816235436,
            "stop": 816235444
        },
        {
            "start": 816235454,
            "stop": 816235488
        },
        {
            "start": 816235491,
            "stop": 816235492
        },
        {
            "start": 816235495,
            "stop": 816235528
        },
        {
            "start": 816235531,
            "stop": 816235545
        },
        {
            "start": 816235548,
            "stop": 816235573
        },
        {
            "start": 816235579,
            "stop": 816235591
        },
        {
            "start": 816235594,
            "stop": 816235608
        },
        {
            "start": 816235618,
            "stop": 816235646
        },
        {
            "start": 816235649,
            "stop": 816235724
        },
        {
            "start": 816235727,
            "stop": 816235739
        },
        {
            "start": 816235745,
            "stop": 816235775
        },
        {
            "start": 816235779,
            "stop": 816235800
        },
        {
            "start": 816235804,
            "stop": 816235812
        },
        {
            "start": 816235816,
            "stop": 816235840
        },
        {
            "start": 816235851,
            "stop": 816235893
        },
        {
            "start": 816235896,
            "stop": 816235953
        },
        {
            "start": 816235957,
            "stop": 816236037
        },
        {
            "start": 816236041,
            "stop": 816236042
        },
        {
            "start": 816236048,
            "stop": 816236058
        }
    ]
}