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=521
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=522",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=520",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 521,
    "results": [
        {
            "start": 869473918,
            "stop": 869491640
        },
        {
            "start": 869491645,
            "stop": 869491672
        },
        {
            "start": 869491678,
            "stop": 869493982
        },
        {
            "start": 869493985,
            "stop": 869496255
        },
        {
            "start": 869496260,
            "stop": 869497895
        },
        {
            "start": 869497905,
            "stop": 869498762
        },
        {
            "start": 869498764,
            "stop": 869499437
        },
        {
            "start": 869499443,
            "stop": 869501465
        },
        {
            "start": 869501470,
            "stop": 869501812
        },
        {
            "start": 869501818,
            "stop": 869505232
        },
        {
            "start": 869505569,
            "stop": 869505989
        },
        {
            "start": 869506289,
            "stop": 869508588
        },
        {
            "start": 869508591,
            "stop": 869508594
        },
        {
            "start": 869508604,
            "stop": 869513668
        },
        {
            "start": 869513862,
            "stop": 869516682
        },
        {
            "start": 869516688,
            "stop": 869517740
        },
        {
            "start": 869517749,
            "stop": 869517752
        },
        {
            "start": 869517755,
            "stop": 869521785
        },
        {
            "start": 869521790,
            "stop": 869521825
        },
        {
            "start": 869521830,
            "stop": 869522667
        }
    ]
}