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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=256",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 257,
    "results": [
        {
            "start": 848309400,
            "stop": 848309411
        },
        {
            "start": 848309414,
            "stop": 848309430
        },
        {
            "start": 848309438,
            "stop": 848309445
        },
        {
            "start": 848309453,
            "stop": 848309473
        },
        {
            "start": 848309491,
            "stop": 848309512
        },
        {
            "start": 848309515,
            "stop": 848309619
        },
        {
            "start": 848309622,
            "stop": 848309639
        },
        {
            "start": 848309643,
            "stop": 848309698
        },
        {
            "start": 848309702,
            "stop": 848309717
        },
        {
            "start": 848309721,
            "stop": 848309727
        },
        {
            "start": 848309730,
            "stop": 848309853
        },
        {
            "start": 848309857,
            "stop": 848309940
        },
        {
            "start": 848309949,
            "stop": 848309965
        },
        {
            "start": 848309969,
            "stop": 848310059
        },
        {
            "start": 848310067,
            "stop": 848310159
        },
        {
            "start": 848310172,
            "stop": 848311524
        },
        {
            "start": 848311528,
            "stop": 848311539
        },
        {
            "start": 848311543,
            "stop": 848311658
        },
        {
            "start": 848311662,
            "stop": 848311668
        },
        {
            "start": 848311672,
            "stop": 848311687
        }
    ]
}