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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=373",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 374,
    "results": [
        {
            "start": 1181849260,
            "stop": 1181851154
        },
        {
            "start": 1181851158,
            "stop": 1181852953
        },
        {
            "start": 1181852956,
            "stop": 1181863523
        },
        {
            "start": 1181863526,
            "stop": 1181864594
        },
        {
            "start": 1181864598,
            "stop": 1181869806
        },
        {
            "start": 1181869809,
            "stop": 1181872766
        },
        {
            "start": 1181872768,
            "stop": 1181875056
        },
        {
            "start": 1181875060,
            "stop": 1181875236
        },
        {
            "start": 1181875239,
            "stop": 1181877544
        },
        {
            "start": 1181877548,
            "stop": 1181880937
        },
        {
            "start": 1181880941,
            "stop": 1181884111
        },
        {
            "start": 1181884114,
            "stop": 1181886988
        },
        {
            "start": 1181886989,
            "stop": 1181889733
        },
        {
            "start": 1181889734,
            "stop": 1181889834
        },
        {
            "start": 1181889837,
            "stop": 1181889840
        },
        {
            "start": 1181889842,
            "stop": 1181889930
        },
        {
            "start": 1181889934,
            "stop": 1181890215
        },
        {
            "start": 1181890217,
            "stop": 1181890334
        },
        {
            "start": 1181890336,
            "stop": 1181890339
        },
        {
            "start": 1181890341,
            "stop": 1181890348
        }
    ]
}