Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=254
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=253",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 254,
    "results": [
        {
            "start": 869467855,
            "stop": 869472231
        },
        {
            "start": 869474574,
            "stop": 869505210
        },
        {
            "start": 869508276,
            "stop": 869524277
        },
        {
            "start": 869526155,
            "stop": 869535566
        },
        {
            "start": 869537423,
            "stop": 869540692
        },
        {
            "start": 869542973,
            "stop": 869575479
        },
        {
            "start": 869576791,
            "stop": 869582270
        },
        {
            "start": 869585912,
            "stop": 869600583
        },
        {
            "start": 869601961,
            "stop": 869603780
        },
        {
            "start": 869604524,
            "stop": 869604843
        },
        {
            "start": 869605879,
            "stop": 869613865
        },
        {
            "start": 869615410,
            "stop": 869616242
        },
        {
            "start": 869617306,
            "stop": 869617345
        },
        {
            "start": 869619478,
            "stop": 869648676
        },
        {
            "start": 869649455,
            "stop": 869661162
        },
        {
            "start": 869662565,
            "stop": 869662571
        },
        {
            "start": 869662776,
            "stop": 869667878
        },
        {
            "start": 869670071,
            "stop": 869720555
        },
        {
            "start": 869725134,
            "stop": 869773232
        },
        {
            "start": 869779285,
            "stop": 869831159
        }
    ]
}