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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=165",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 166,
    "results": [
        {
            "start": 833673965,
            "stop": 833681833
        },
        {
            "start": 833683178,
            "stop": 833731273
        },
        {
            "start": 833732695,
            "stop": 833742313
        },
        {
            "start": 833744663,
            "stop": 833749894
        },
        {
            "start": 833753658,
            "stop": 833753662
        },
        {
            "start": 833754829,
            "stop": 833771833
        },
        {
            "start": 833772852,
            "stop": 833794753
        },
        {
            "start": 833799644,
            "stop": 833811793
        },
        {
            "start": 833812870,
            "stop": 833827566
        },
        {
            "start": 833829294,
            "stop": 833843745
        },
        {
            "start": 833843750,
            "stop": 833844352
        },
        {
            "start": 833844357,
            "stop": 833845623
        },
        {
            "start": 833845628,
            "stop": 833847363
        },
        {
            "start": 833852804,
            "stop": 833854625
        },
        {
            "start": 833854629,
            "stop": 833854770
        },
        {
            "start": 833854774,
            "stop": 833855244
        },
        {
            "start": 833855248,
            "stop": 833855323
        },
        {
            "start": 833855327,
            "stop": 833855599
        },
        {
            "start": 833855613,
            "stop": 833857774
        },
        {
            "start": 833857778,
            "stop": 833857865
        }
    ]
}