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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=491",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=489",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 490,
    "results": [
        {
            "start": 866506777,
            "stop": 866518280
        },
        {
            "start": 866518282,
            "stop": 866524470
        },
        {
            "start": 866524770,
            "stop": 866524782
        },
        {
            "start": 866524892,
            "stop": 866525188
        },
        {
            "start": 866525488,
            "stop": 866557350
        },
        {
            "start": 866557355,
            "stop": 866557370
        },
        {
            "start": 866557375,
            "stop": 866557377
        },
        {
            "start": 866557383,
            "stop": 866559820
        },
        {
            "start": 866560845,
            "stop": 866563435
        },
        {
            "start": 866563440,
            "stop": 866563472
        },
        {
            "start": 866563478,
            "stop": 866563507
        },
        {
            "start": 866563513,
            "stop": 866563532
        },
        {
            "start": 866563538,
            "stop": 866565507
        },
        {
            "start": 866565518,
            "stop": 866565530
        },
        {
            "start": 866565535,
            "stop": 866567579
        },
        {
            "start": 866567689,
            "stop": 866568774
        },
        {
            "start": 866569074,
            "stop": 866569530
        },
        {
            "start": 866569976,
            "stop": 866571131
        },
        {
            "start": 866571757,
            "stop": 866571794
        },
        {
            "start": 866572113,
            "stop": 866573927
        }
    ]
}