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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7360",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7358",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7359,
    "results": [
        {
            "start": 969403305,
            "stop": 969403623
        },
        {
            "start": 969403626,
            "stop": 969403794
        },
        {
            "start": 969403797,
            "stop": 969403838
        },
        {
            "start": 969403841,
            "stop": 969403858
        },
        {
            "start": 969403861,
            "stop": 969403914
        },
        {
            "start": 969403917,
            "stop": 969403930
        },
        {
            "start": 969403982,
            "stop": 969404292
        },
        {
            "start": 969404313,
            "stop": 969404363
        },
        {
            "start": 969404366,
            "stop": 969404420
        },
        {
            "start": 969404423,
            "stop": 969404507
        },
        {
            "start": 969404567,
            "stop": 969404635
        },
        {
            "start": 969404638,
            "stop": 969404729
        },
        {
            "start": 969404732,
            "stop": 969404952
        },
        {
            "start": 969404955,
            "stop": 969405254
        },
        {
            "start": 969405257,
            "stop": 969405770
        },
        {
            "start": 969405773,
            "stop": 969405809
        },
        {
            "start": 969405812,
            "stop": 969406074
        },
        {
            "start": 969406077,
            "stop": 969406189
        },
        {
            "start": 969406193,
            "stop": 969406210
        },
        {
            "start": 969406213,
            "stop": 969406768
        }
    ]
}