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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=242",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 243,
    "results": [
        {
            "start": 846861590,
            "stop": 846861591
        },
        {
            "start": 846861595,
            "stop": 846861601
        },
        {
            "start": 846861624,
            "stop": 846861640
        },
        {
            "start": 846861643,
            "stop": 846861649
        },
        {
            "start": 846861673,
            "stop": 846861683
        },
        {
            "start": 846861688,
            "stop": 846861694
        },
        {
            "start": 846861698,
            "stop": 846861703
        },
        {
            "start": 846861716,
            "stop": 846861722
        },
        {
            "start": 846861726,
            "stop": 846861731
        },
        {
            "start": 846861735,
            "stop": 846861756
        },
        {
            "start": 846861759,
            "stop": 846861775
        },
        {
            "start": 846861789,
            "stop": 846861794
        },
        {
            "start": 846861798,
            "stop": 846861839
        },
        {
            "start": 846861842,
            "stop": 846861893
        },
        {
            "start": 846861897,
            "stop": 846861956
        },
        {
            "start": 846861960,
            "stop": 846861977
        },
        {
            "start": 847097667,
            "stop": 847120555
        },
        {
            "start": 847120645,
            "stop": 847120687
        },
        {
            "start": 847120829,
            "stop": 847121113
        },
        {
            "start": 847121134,
            "stop": 847121136
        }
    ]
}