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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=287",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 288,
    "results": [
        {
            "start": 1181163067,
            "stop": 1181163235
        },
        {
            "start": 1181163239,
            "stop": 1181163240
        },
        {
            "start": 1181163242,
            "stop": 1181163473
        },
        {
            "start": 1181163476,
            "stop": 1181163960
        },
        {
            "start": 1181163961,
            "stop": 1181163971
        },
        {
            "start": 1181163972,
            "stop": 1181166368
        },
        {
            "start": 1181166369,
            "stop": 1181166370
        },
        {
            "start": 1181166371,
            "stop": 1181166600
        },
        {
            "start": 1181166601,
            "stop": 1181167162
        },
        {
            "start": 1181167251,
            "stop": 1181167346
        },
        {
            "start": 1181167350,
            "stop": 1181167351
        },
        {
            "start": 1181167352,
            "stop": 1181167722
        },
        {
            "start": 1181167896,
            "stop": 1181169220
        },
        {
            "start": 1181169221,
            "stop": 1181169229
        },
        {
            "start": 1181169230,
            "stop": 1181169396
        },
        {
            "start": 1181169397,
            "stop": 1181169799
        },
        {
            "start": 1181169801,
            "stop": 1181169803
        },
        {
            "start": 1181169804,
            "stop": 1181170310
        },
        {
            "start": 1181170312,
            "stop": 1181170323
        },
        {
            "start": 1181170324,
            "stop": 1181170383
        }
    ]
}