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=488
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=489",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=487",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 488,
    "results": [
        {
            "start": 866385133,
            "stop": 866385137
        },
        {
            "start": 866385143,
            "stop": 866386350
        },
        {
            "start": 866386355,
            "stop": 866386563
        },
        {
            "start": 866389454,
            "stop": 866389609
        },
        {
            "start": 866389611,
            "stop": 866389698
        },
        {
            "start": 866390185,
            "stop": 866391666
        },
        {
            "start": 866392264,
            "stop": 866393482
        },
        {
            "start": 866393488,
            "stop": 866393500
        },
        {
            "start": 866393505,
            "stop": 866393512
        },
        {
            "start": 866393518,
            "stop": 866393920
        },
        {
            "start": 866394512,
            "stop": 866396833
        },
        {
            "start": 866397165,
            "stop": 866397897
        },
        {
            "start": 866398007,
            "stop": 866398665
        },
        {
            "start": 866403538,
            "stop": 866409204
        },
        {
            "start": 866409209,
            "stop": 866410768
        },
        {
            "start": 866411068,
            "stop": 866411263
        },
        {
            "start": 866411373,
            "stop": 866411593
        },
        {
            "start": 866411893,
            "stop": 866412436
        },
        {
            "start": 866413459,
            "stop": 866413627
        },
        {
            "start": 866415470,
            "stop": 866420050
        }
    ]
}