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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=216",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 217,
    "results": [
        {
            "start": 842902236,
            "stop": 842903353
        },
        {
            "start": 842903375,
            "stop": 842903376
        },
        {
            "start": 842903511,
            "stop": 842903589
        },
        {
            "start": 842904542,
            "stop": 842907151
        },
        {
            "start": 842907155,
            "stop": 842907161
        },
        {
            "start": 842907165,
            "stop": 842907853
        },
        {
            "start": 842909561,
            "stop": 842910493
        },
        {
            "start": 842910716,
            "stop": 842911028
        },
        {
            "start": 842911036,
            "stop": 842911095
        },
        {
            "start": 842911098,
            "stop": 842911109
        },
        {
            "start": 842911113,
            "stop": 842911133
        },
        {
            "start": 842911136,
            "stop": 842911152
        },
        {
            "start": 842911161,
            "stop": 842911171
        },
        {
            "start": 842911175,
            "stop": 842911190
        },
        {
            "start": 842911194,
            "stop": 842911450
        },
        {
            "start": 842911454,
            "stop": 842911750
        },
        {
            "start": 842911754,
            "stop": 842911961
        },
        {
            "start": 842911965,
            "stop": 842912258
        },
        {
            "start": 842912271,
            "stop": 842912572
        },
        {
            "start": 842912581,
            "stop": 842912659
        }
    ]
}