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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=153",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 154,
    "results": [
        {
            "start": 832046010,
            "stop": 832046025
        },
        {
            "start": 832046034,
            "stop": 832046405
        },
        {
            "start": 832046418,
            "stop": 832046424
        },
        {
            "start": 832046432,
            "stop": 832049078
        },
        {
            "start": 832049096,
            "stop": 832049101
        },
        {
            "start": 832049105,
            "stop": 832049111
        },
        {
            "start": 832049115,
            "stop": 832049235
        },
        {
            "start": 832049238,
            "stop": 832049739
        },
        {
            "start": 832049748,
            "stop": 832049764
        },
        {
            "start": 832049768,
            "stop": 832049773
        },
        {
            "start": 832049781,
            "stop": 832049913
        },
        {
            "start": 832049926,
            "stop": 832049941
        },
        {
            "start": 832049954,
            "stop": 832049970
        },
        {
            "start": 832049999,
            "stop": 832050004
        },
        {
            "start": 832050008,
            "stop": 832050033
        },
        {
            "start": 832050041,
            "stop": 832050047
        },
        {
            "start": 832050051,
            "stop": 832050066
        },
        {
            "start": 832050084,
            "stop": 832050123
        },
        {
            "start": 832050131,
            "stop": 832050137
        },
        {
            "start": 832050141,
            "stop": 832050161
        }
    ]
}