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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14236",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14237,
    "results": [
        {
            "start": 971175345,
            "stop": 971175349
        },
        {
            "start": 971175351,
            "stop": 971175357
        },
        {
            "start": 971175358,
            "stop": 971175360
        },
        {
            "start": 971175363,
            "stop": 971175365
        },
        {
            "start": 971175366,
            "stop": 971175371
        },
        {
            "start": 971175377,
            "stop": 971175387
        },
        {
            "start": 971175388,
            "stop": 971175393
        },
        {
            "start": 971175399,
            "stop": 971175400
        },
        {
            "start": 971175401,
            "stop": 971175403
        },
        {
            "start": 971175405,
            "stop": 971175410
        },
        {
            "start": 971175413,
            "stop": 971175415
        },
        {
            "start": 971175419,
            "stop": 971175437
        },
        {
            "start": 971175439,
            "stop": 971175447
        },
        {
            "start": 971175449,
            "stop": 971175457
        },
        {
            "start": 971175459,
            "stop": 971175463
        },
        {
            "start": 971175464,
            "stop": 971175466
        },
        {
            "start": 971175468,
            "stop": 971175475
        },
        {
            "start": 971175476,
            "stop": 971175484
        },
        {
            "start": 971175485,
            "stop": 971175487
        },
        {
            "start": 971175488,
            "stop": 971175503
        }
    ]
}