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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=341",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 342,
    "results": [
        {
            "start": 939306663,
            "stop": 939306941
        },
        {
            "start": 939306946,
            "stop": 939307198
        },
        {
            "start": 939307201,
            "stop": 939307444
        },
        {
            "start": 939307447,
            "stop": 939308033
        },
        {
            "start": 939308036,
            "stop": 939308112
        },
        {
            "start": 939308115,
            "stop": 939308197
        },
        {
            "start": 939308200,
            "stop": 939308431
        },
        {
            "start": 939308434,
            "stop": 939308506
        },
        {
            "start": 939308509,
            "stop": 939308951
        },
        {
            "start": 939308954,
            "stop": 939309123
        },
        {
            "start": 939309126,
            "stop": 939310135
        },
        {
            "start": 939310138,
            "stop": 939310206
        },
        {
            "start": 939310209,
            "stop": 939310502
        },
        {
            "start": 939310505,
            "stop": 939310546
        },
        {
            "start": 939310551,
            "stop": 939310685
        },
        {
            "start": 939310688,
            "stop": 939310764
        },
        {
            "start": 939310767,
            "stop": 939310808
        },
        {
            "start": 939310811,
            "stop": 939310974
        },
        {
            "start": 939310977,
            "stop": 939311048
        },
        {
            "start": 939311051,
            "stop": 939311201
        }
    ]
}